MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / SetGammaBC3

Function SetGammaBC3

cmp_core/shaders/bc3_encode_kernel.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136int CMP_CDECL SetGammaBC3(void* options, CGU_BOOL sRGB)
137{
138 return SetSrgbBC3(options, sRGB);
139}
140
141void DecompressBC3_Internal(CMP_GLOBAL CGU_UINT8 rgbaBlock[64], const CGU_UINT32 compressedBlock[4], const CMP_BC15Options* BC15options)
142{

Callers 1

mainFunction · 0.85

Calls 1

SetSrgbBC3Function · 0.85

Tested by 1

mainFunction · 0.68