Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResModel.h84 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible()
163 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible() in NW_RES_CTOR_INHERIT()
164NW_RES_FIELD_BOOL_PRIMITIVE_DECL( NonuniformScalable ) // IsNonuniformScalable(), SetNonuniformSca… in NW_RES_CTOR_INHERIT()
Dgfx_ResProceduralTexture.h94 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( NoiseEnabled ) // IsNoiseEnabled(), SetNoiseEnabled()
155NW_RES_FIELD_BOOL_PRIMITIVE_DECL( AlphaSeparate ) // IsAlphaSeparate(), SetAlphaSepara…
Dgfx_ResParticleShapeBuilder.h51 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( AscendingOrder )
Dgfx_ResMesh.h144 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible() in NW_RES_CTOR_INHERIT()
Dgfx_ResLight.h152 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( LightEnabled ) // IsLightEnabled(), SetLightEnabled() in NW_RES_CTOR_INHERIT()
348 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Dirty ) // IsDirty(), SetDirty() in NW_RES_FIELD_BOOL_PRIMITIVE_DECL() function
Dgfx_ResLookupTable.h138 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Abs ) // IsAbs(), SetAbs()
Dgfx_ResShader.h437 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Enabled ) // IsEnabled(), SetEnabled()
439 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( GeometryUniform ) // IsGeometryUniform(), SetGeometryUniform()
Dgfx_ResVertex.h574 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Visible ) // IsVisible(), SetVisible()
Dgfx_ResMaterial.h1289 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Dirty ) // IsDirty(), SetDirty()
1299 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Enabled ) // IsEnabled(), SetEnabled()
Dgfx_ResTexture.h831NW_RES_FIELD_BOOL_PRIMITIVE_DECL( PerspectiveShadow ) // IsPerspectiveShadow(), SetPerspectiv… in NW_RES_CTOR_INHERIT()
Dgfx_ResFragmentShader.h302NW_RES_FIELD_BOOL_PRIMITIVE_DECL( BumpRenormalize ) // IsBumpRenomalize(), SetBumpReno… in NW_RES_FIELD_FLAGS_DECL()
/NW4C-2.0.3/include/nw/ut/
Dut_ResDeclMacros.h39 #define NW_RES_FIELD_BOOL_PRIMITIVE_DECL( name ) \ macro