MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / GetBcFormatDefinition

Function GetBcFormatDefinition

tools/cli/Utils.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33BcFormatDefinition const* GetBcFormatDefinition(ntc::BlockCompressedFormat format)
34{
35 for (const auto& formatCandidate : c_BlockCompressedFormats)
36 {
37 if (formatCandidate.ntcFormat == format)
38 {
39 return &formatCandidate;
40 }
41 }
42 assert(false);
43 return nullptr;
44}
45
46
47float Median(std::vector<float>& items)

Calls

no outgoing calls

Tested by

no test coverage detected