nw::gfx::res::ResVertexStreamBaseData Structure

Syntax

struct ResVertexStreamBaseData : public nw::gfx::res::ResVertexAttributeData
{
   nw::ut::ResU32 m_BufferObject;
   nw::ut::ResU32 m_LocationFlag;
   nw::ut::ResS32 m_StreamTableCount;
   nw::ut::Offset toStreamTable;
   u32 m_LocationAddress;
   u32 m_MemoryArea;
};

Description

Member Variables

m_BufferObject
m_LocationFlag
m_StreamTableCount
toStreamTable
m_LocationAddress
m_MemoryArea

Inheritance Hierarchy

nw::gfx::res::ResVertexAttributeData
  nw::gfx::res::ResVertexStreamBaseData


CONFIDENTIAL