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

Function DestroyOptionsBC1

cmp_core/shaders/bc1_encode_kernel.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238int CMP_CDECL DestroyOptionsBC1(void* options)
239{
240 if (!options)
241 return CGU_CORE_ERR_INVALIDPTR;
242 CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options);
243 delete BCOptions;
244 return CGU_CORE_OK;
245}
246
247int CMP_CDECL SetQualityBC1(void* options, CGU_FLOAT fquality)
248{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68