MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getStreamSize

Method getStreamSize

Engine/source/core/resizeStream.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115U32 ResizeFilterStream::getStreamSize()
116{
117 AssertFatal(m_pStream != NULL, "Error, stream not attached");
118
119 return m_streamLen;
120}
121
122bool ResizeFilterStream::_read(const U32 in_numBytes, void* out_pBuffer)
123{

Callers 15

logFunction · 0.45
exportVariablesMethod · 0.45
dumpActionMapMethod · 0.45
startSendingFileMethod · 0.45
_compileShaderMethod · 0.45
_handleIncludesMethod · 0.45
_loadShaderFromStreamMethod · 0.45
_compileShaderMethod · 0.45
attachStreamMethod · 0.45
setStreamOffsetMethod · 0.45
calculateCRCStreamMethod · 0.45
openFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected