Home
last modified time | relevance | path

Searched refs:isForceGeneration (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RelativeHashMaterialIdGenerator.h58 bool isForceGeneration; //!< 強制的に生成するフラグです。 member
64 : isForceGeneration(false), in Description()
82 Builder& IsForceGeneration(bool isForceGeneration) in IsForceGeneration() argument
84 m_Description.isForceGeneration = isForceGeneration; in IsForceGeneration()
144 bool isForceGeneration, in RelativeHashMaterialIdGenerator() argument
147 m_IsForceGeneration(isForceGeneration), in RelativeHashMaterialIdGenerator()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RelativeHashMaterialIdGenerator.cpp70 m_Description.isForceGeneration, in Create()