nn::gd::CTR::Memory::ClearTexture2DResource Member Functionstatic nnResult ClearTexture2DResource( const Texture2DResource * tex2DResource, s32 mipLevelIndexStart, s32 mipLevelIndexEnd, const u8 Components[4] ); static nnResult ClearTexture2DResource( const Texture2DResource * tex2DResource, s32 mipLevelIndexStart, s32 mipLevelIndexEnd, u32 value );
| ClearTexture2DResource ( const Texture2DResource *, s32, s32, const u8 ) | Clears Texture2DResource resources using the color specified in the argument Components. |
| ClearTexture2DResource ( const Texture2DResource *, s32, s32, u32 ) | Adds a command for clearing the Texture2DResource using the specified value to the current command list. |
CONFIDENTIAL