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

Function rtcSetGeometryVertexAttributeCount

kernels/common/rtcore.cpp:1765–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1763 }
1764
1765 RTC_API void rtcSetGeometryVertexAttributeCount(RTCGeometry hgeometry, unsigned int N)
1766 {
1767 Geometry* geometry = (Geometry*) hgeometry;
1768 RTC_CATCH_BEGIN;
1769 RTC_TRACE(rtcSetGeometryVertexAttributeCount);
1770 RTC_VERIFY_HANDLE(hgeometry);
1771 geometry->setVertexAttributeCount(N);
1772 RTC_CATCH_END2(geometry);
1773 }
1774
1775 RTC_API void rtcSetGeometryTopologyCount(RTCGeometry hgeometry, unsigned int N)
1776 {

Callers 14

addCubeFunction · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
addCubeFunction · 0.85
addCubeFunction · 0.85
addTriangleSubdivCubeFunction · 0.85
addQuadSubdivCubeFunction · 0.85
addTriangleCubeFunction · 0.85
addQuadCubeFunction · 0.85
addCurveFunction · 0.85
addTreeFunction · 0.85

Calls 1

Tested by

no test coverage detected