3#include <common/aglResCommon.h>
18static_assert(
sizeof(
ResShaderSourceData) == 0x10,
"agl::ResShaderSourceData size mismatch");
27 return (
const char*)(
ptr() + 1);
#define AGL_RES_COMMON(class_name)
Definition aglResCommon.h:76
Definition aglResCommon.h:117
Definition aglResCommon.h:12
const DataType * ptr() const
Definition aglResCommon.h:55
Definition aglResShaderSource.h:21
const char * getText() const
Definition aglResShaderSource.h:30
const char * getName() const
Definition aglResShaderSource.h:25
Definition aglDisplayList.cpp:5
ResArray< ResShaderSource > ResShaderSourceArray
Definition aglResShaderSource.h:36
ResShaderSourceArray::DataType ResShaderSourceArrayData
Definition aglResShaderSource.h:38
Definition aglResShaderSource.h:8
u32 mRawTextLen
Definition aglResShaderSource.h:12
u32 mTextLen
Definition aglResShaderSource.h:11
u32 mSize
Definition aglResShaderSource.h:9
u32 mNameLen
Definition aglResShaderSource.h:10