Home
last modified time | relevance | path

Searched refs:NW_RES_FIELD_BOOL_PRIMITIVE_DECL (Results 1 – 12 of 12) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResModel.h82 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible()
161 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible() in NW_RES_CTOR_INHERIT()
162NW_RES_FIELD_BOOL_PRIMITIVE_DECL( NonuniformScalable ) // IsNonuniformScalable(), SetNonuniformSca… in NW_RES_CTOR_INHERIT()
Dgfx_ResProceduralTexture.h92 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( NoiseEnabled ) // IsNoiseEnabled(), SetNoiseEnabled()
153NW_RES_FIELD_BOOL_PRIMITIVE_DECL( AlphaSeparate ) // IsAlphaSeparate(), SetAlphaSepara…
Dgfx_ResMesh.h129 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible() in NW_RES_CTOR_INHERIT()
Dgfx_ResParticleShapeBuilder.h49 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( AscendingOrder )
Dgfx_ResLight.h140 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( LightEnabled ) // IsLightEnabled(), SetLightEnabled() in NW_RES_CTOR_INHERIT()
345 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Dirty ) // IsDirty(), SetDirty()
Dgfx_ResLookupTable.h136 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Abs ) // IsAbs(), SetAbs()
Dgfx_ResShader.h434 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Enabled ) // IsEnabled(), SetEnabled()
436 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( GeometryUniform ) // IsGeometryUniform(), SetGeometryUniform()
Dgfx_ResVertex.h556 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible()
Dgfx_ResMaterial.h1272 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Dirty ) // IsDirty(), SetDirty()
1273 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Enabled ) // IsEnabled(), SetEnabled()
Dgfx_ResTexture.h678NW_RES_FIELD_BOOL_PRIMITIVE_DECL( PerspectiveShadow ) // IsPerspectiveShadow(), SetPerspectiv… in NW_RES_CTOR_INHERIT()
Dgfx_ResFragmentShader.h289NW_RES_FIELD_BOOL_PRIMITIVE_DECL( BumpRenormalize ) // IsBumpRenomalize(), SetBumpReno… in NW_RES_FIELD_PRIMITIVE_DECL()
/NW4C-1.2.23/include/nw/ut/
Dut_ResDeclMacros.h31 #define NW_RES_FIELD_BOOL_PRIMITIVE_DECL( name ) \ macro