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

Method setVertexAttributeCount

kernels/common/scene_points.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void Points::setVertexAttributeCount(unsigned int N)
33 {
34 vertexAttribs.resize(N);
35 Geometry::update();
36 }
37
38 void Points::setBuffer(RTCBufferType type,
39 unsigned int slot,

Callers 1

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected