Home
last modified time | relevance | path

Searched defs:ResBinaryShaderData (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShader.h106 struct ResBinaryShaderData : public ResShaderData struct
108 nw::ut::ResS32 m_BinaryDataTableCount;
109 nw::ut::Offset toBinaryDataTable;
110 nw::ut::ResS32 m_ShaderKindsTableCount;
111 nw::ut::Offset toShaderKindsTable;
112 nw::ut::ResS32 m_DescriptionsTableCount;
113 nw::ut::Offset toDescriptionsTable;
114 nw::ut::ResS32 m_ShaderObjectsTableCount;
115 nw::ut::Offset toShaderObjectsTable;
116 void* m_CommandCache;
[all …]