MCPcopy Create free account
hub / github.com/crownengine/crown / getStdOut

Function getStdOut

3rdparty/bx/src/file.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 WriterI* getStdOut()
247 {
248 static FileWriterImpl s_stdOut(stdout);
249 return &s_stdOut;
250 }
251
252 WriterI* getStdErr()
253 {

Callers 3

compileShaderFunction · 0.85
printfFunction · 0.85
vprintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected