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

Method align

src/resource/compile_options.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void CompileOptions::align(const u32 align)
263{
264 _binary_writer.align(align);
265}
266
267void CompileOptions::write(const void *data, u32 size)
268{

Callers 3

compileFunction · 0.45
blobFunction · 0.45
compileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected