15 using Resource::Resource;
Resource type representing a generic binary blob.
Definition Blob.h:13
void * GetPointer() override
Returns a pointer to the start of the raw byte data.
size_t GetPointerSize() override
Returns the size in bytes of the blob data.
std::vector< uint8_t > Data
Raw binary payload.
Definition Blob.h:33
Blob()
Default-constructs an empty Blob resource.
Typed resource base class that provides a strongly-typed pointer accessor.
Definition Resource.h:73
Core namespace for the libultraship engine framework.
Definition gfx_direct3d_common.h:14