SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::SourceBytes, including all inherited members.
data | SDL::SourceBytes | |
size_bytes | SDL::SourceBytes | |
SourceBytes()=default | SDL::SourceBytes | |
SourceBytes(std::nullptr_t) | SDL::SourceBytes | inline |
SourceBytes(std::span< T, N > span) | SDL::SourceBytes | inline |
SourceBytes(const T &data) | SDL::SourceBytes | inline |
SourceBytes(T(&data)[N]) | SDL::SourceBytes | inline |
SourceBytes(const void *data, size_t size_bytes) | SDL::SourceBytes | inline |