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

Method read_output

src/resource/compile_options.cpp:282–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void CompileOptions::read_output(StringStream &output, Process &pr)
283{
284 u32 nbr = 0;
285 char msg[512];
286 while (pr.read(&nbr, msg, sizeof(msg) - 1) != NULL) {
287 msg[nbr] = '\0';
288 output << msg;
289 }
290}
291
292const char *CompileOptions::platform_name()
293{

Callers 4

compileFunction · 0.80
wait_shaderc_processFunction · 0.80
compile_bgfx_shaderMethod · 0.80
compileFunction · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected