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

Method read

src/resource/mesh_resource.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 ///
49 virtual int32_t read(void *_data, int32_t _size, bx::Error *_err)
50 {
51 CE_UNUSED(_err);
52 _br->read(_data, _size);
53 return _size; // FIXME: return the actual number of bytes read
54 }
55};
56
57MeshResource::MeshResource(Allocator &a)

Callers 1

loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected