MCPcopy Create free account
hub / github.com/RenderKit/embree / bytes

Function bytes

kernels/subdiv/catmullclark_patch.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 __forceinline size_t bytes() const {
40 return ring[0].bytes()+ring[1].bytes()+ring[2].bytes()+ring[3].bytes();
41 }
42
43 __forceinline void serialize(void* ptr, size_t& ofs) const
44 {

Callers

nothing calls this directly

Calls 1

bytesMethod · 0.45

Tested by

no test coverage detected