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

Function DestroyOptionsBC3

cmp_core/shaders/bc3_encode_kernel.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int CMP_CDECL DestroyOptionsBC3(void* options)
85{
86 if (!options)
87 return CGU_CORE_ERR_INVALIDPTR;
88 CMP_BC15Options* BCOptions = reinterpret_cast<CMP_BC15Options*>(options);
89 delete BCOptions;
90 return CGU_CORE_OK;
91}
92
93int CMP_CDECL SetQualityBC3(void* options, CGU_FLOAT fquality)
94{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68