Home
last modified time | relevance | path

Searched refs:ResVertexParamAttribute (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp108 ResStaticCast<ResVertexParamAttribute>( *this ).Setup(); in Setup()
128 ResStaticCast<ResVertexParamAttribute>( *this ).Cleanup(); in Cleanup()
142 ResVertexParamAttribute::Setup() in Setup()
148 ResVertexParamAttribute::Cleanup() in Cleanup()
Dgfx_ResMesh.cpp101 ResVertexParamAttribute constantVertexAttribute(attribute.ptr()); in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResVertex.h46 class ResVertexParamAttribute; variable
154 class ResVertexParamAttribute : public ResVertexAttribute
157 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResVertexParamAttribute) };
160 NW_RES_CTOR_INHERIT( ResVertexParamAttribute, ResVertexAttribute )
209 typedef nw::ut::ResArrayClass<ResVertexParamAttribute>::type ResVertexParamAttributeArray;
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp431 ResVertexParamAttribute param = ResStaticCast<ResVertexParamAttribute>(attribute); in SetupActivateVertexAttributeCommand_()