MCPcopy Create free account
hub / github.com/TheRealMJP/SHforHLSL / encodeBytesGroupZero

Function encodeBytesGroupZero

SHTest/Externals/meshoptimizer/vertexcodec.cpp:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static bool encodeBytesGroupZero(const unsigned char* buffer)
139{
140 for (size_t i = 0; i < kByteGroupSize; ++i)
141 if (buffer[i])
142 return false;
143
144 return true;
145}
146
147static size_t encodeBytesGroupMeasure(const unsigned char* buffer, int bits)
148{

Callers 1

encodeBytesGroupMeasureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected