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