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

Function NormalYTo565

trinity/Tr2DxtCompressor.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180word NormalYTo565( uint8_t y )
181{
182 return ( ( y >> 2 ) << 5 );
183}
184
185void EmitByte( uint8_t b, uint8_t** outBuff )
186{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected