MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / skip

Method skip

Source/Falcor/Utils/BinaryFileStream.h:90–90  ·  view source on GitHub ↗

* Skip data in an input stream. Advances file stream without reading. * @param[in] count Bytes to skip */

Source from the content-addressed store, hash-verified

88 * @param[in] count Bytes to skip
89 */
90 void skip(uint32_t count) { mStream.ignore(count); }
91
92 /**
93 * Deletes the managed file.

Callers 3

WaveOps.cppFile · 0.80
GPU_TESTFunction · 0.80
GPU_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

GPU_TESTFunction · 0.64