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

Method write

src/resource/compile_options.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void CompileOptions::write(const void *data, u32 size)
268{
269 _binary_writer.write(data, size);
270}
271
272const char *CompileOptions::exe_path(const char * const *paths, u32 num)
273{

Callers 15

compileFunction · 0.45
compileFunction · 0.45
writeFunction · 0.45
compileFunction · 0.45
write_temporaryMethod · 0.45
compileFunction · 0.45
compileFunction · 0.45
compile_variantMethod · 0.45
compileMethod · 0.45
compile_bgfx_shaderMethod · 0.45
compileFunction · 0.45
compileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected