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

Function set_subPatch

kernels/subdiv/subdivpatch1base.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121 void set_edge(const HalfEdge *h) const { ((PatchHalfEdge*)patch_v)->edge = h; }
122 void set_subPatch(const unsigned s) const { ((PatchHalfEdge*)patch_v)->subPatch = s; }
123 };
124
125 namespace isa

Callers 1

SubdivPatch1BaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected