MCPcopy Create free account
hub / github.com/carbonengine/trinity / EmitByte

Function EmitByte

trinity/Tr2DxtCompressor.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void EmitByte( uint8_t b, uint8_t** outBuff )
186{
187 **outBuff = b;
188 *outBuff += 1;
189}
190
191void EmitWord( word s, uint8_t** outBuff )
192{

Callers 7

EmitAlphaIndicesFunction · 0.85
CompressYCoCgDXT5Function · 0.85
CompressImageDXT5Function · 0.85
CompressNormalMapDXT5Function · 0.85
CompressNormalMap3DcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected