Home
last modified time | relevance | path

Searched refs:m_IrScaleCommand (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp72 u32* command = &mesh.ref().m_IrScaleCommand[0]; in ResSeparateDataShape_SetupVertexIrScale()
75 std::memset(command, 0, sizeof(mesh.ref().m_IrScaleCommand)); in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResMesh.h42 nw::ut::ResU32 m_IrScaleCommand[ IR_SCALE_COMMAND_SIZE ]; member
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp444 internal::NWUseCmdlist( mesh.ref().m_IrScaleCommand, sizeof(mesh.ref().m_IrScaleCommand) ); in ActivateVertexAttribute()