Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Lighting.h745 static void SetShadowSelectorTexture(TextureStage::TextureUnitId textureUnit);
756 static void SetBumpSelectorTexture(TextureStage::TextureUnitId textureUnit);
943 …_FORCE_INLINE void LightingStage::SetShadowSelectorTexture(TextureStage::TextureUnitId textureUnit) in SetShadowSelectorTexture() argument
946 internal::g_lightingStageSettings.m_ShadowSelectorTexture = textureUnit & 0x3; in SetShadowSelectorTexture()
1034 NN_FORCE_INLINE void LightingStage::SetBumpSelectorTexture(TextureStage::TextureUnitId textureUnit) in SetBumpSelectorTexture() argument
1037 internal::g_lightingStageSettings.m_BumpSelectorTexture = textureUnit & 0x3; in SetBumpSelectorTexture()