Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderElement.h75 BIT64_TRANSLUCENCY_KIND_MASK = (1 << BIT64_TRANSLUCENCY_KIND_BIT_SIZE) - 1, enumerator
209 m_Key |= static_cast<KeyType>(translucencyKind & BIT64_TRANSLUCENCY_KIND_MASK) in SetDetailedMaterialIdAndTranslucencyKind()
240 & BIT64_TRANSLUCENCY_KIND_MASK) << BIT64_TRANSLUCENCY_KIND_SHIFT; in SetSimpleMaterialIdAndTranslucencyKind()
246 m_Key |= (static_cast<KeyType>(translucencyKind) & BIT64_TRANSLUCENCY_KIND_MASK) in SetTranslucencyKind()