MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / read8

Function read8

physx/samples/samplebase/RawLoader.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122static PxU8 read8(File* fp)
123{
124 PxU8 data;
125 size_t numRead = fread(&data, 1, 1, fp);
126 if(numRead != 1) { return 0; }
127 return data;
128}
129
130static PxU32 read32(File* fp)
131{

Callers 1

loadRAWfileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected