Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp109 ResStaticCast<ResVertexParamAttribute>( *this ).Setup(); in Setup()
129 ResStaticCast<ResVertexParamAttribute>( *this ).Cleanup(); in Cleanup()
190 ResVertexParamAttribute::Setup() in Setup()
196 ResVertexParamAttribute::Cleanup() in Cleanup()
Dgfx_ResMesh.cpp103 ResVertexParamAttribute constantVertexAttribute(attribute.ptr()); in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResVertex.h48 class ResVertexParamAttribute; variable
161 class ResVertexParamAttribute : public ResVertexAttribute
164 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResVertexParamAttribute) };
167 NW_RES_CTOR_INHERIT( ResVertexParamAttribute, ResVertexAttribute )
216 typedef nw::ut::ResArrayClass<ResVertexParamAttribute>::type ResVertexParamAttributeArray;
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp433 ResVertexParamAttribute param = ResStaticCast<ResVertexParamAttribute>(attribute); in SetupActivateVertexAttributeCommand_()