MCPcopy Create free account
hub / github.com/defold/defold / IsFormatRG

Function IsFormatRG

engine/graphics/src/graphics.cpp:943–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941 }
942
943 static bool IsFormatRG(dmGraphics::TextureFormat format)
944 {
945 switch(format)
946 {
947 case dmGraphics::TEXTURE_FORMAT_LUMINANCE_ALPHA:
948 case dmGraphics::TEXTURE_FORMAT_RG_BC5:
949 return true;
950 default:
951 return false;
952 }
953 }
954
955 static bool IsFormatR(dmGraphics::TextureFormat format)
956 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected