Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ writeU16
Function
writeU16
engine/Poseidon/Graphics/Textures/PAAEncoder.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static void writeU16(FILE* f, uint16_t v)
33
{
34
fwrite(&v, 2, 1, f);
35
}
36
37
static void writeU24(FILE* f, uint32_t v)
38
{
Callers
1
WritePAA
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected