Home
last modified time | relevance | path

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

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