Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
void EmitByte( uint8_t b, uint8_t** outBuff )
186
{
187
**outBuff = b;
188
*outBuff += 1;
189
}
190
191
void EmitWord( word s, uint8_t** outBuff )
192
{
Callers
7
EmitAlphaIndices
Function · 0.85
EmitAlphaIndicesForNormals
Function · 0.85
CompressYCoCgDXT5
Function · 0.85
CompressImageDXT5
Function · 0.85
CompressNormalMapDXT5
Function · 0.85
CompressNormalMapDXT5NoAlpha
Function · 0.85
CompressNormalMap3Dc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected