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

Function rtcUpdateGeometryBuffer

kernels/common/rtcore.cpp:2018–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016 }
2017
2018 RTC_API void rtcUpdateGeometryBuffer (RTCGeometry hgeometry, RTCBufferType type, unsigned int slot)
2019 {
2020 Geometry* geometry = (Geometry*) hgeometry;
2021 RTC_CATCH_BEGIN;
2022 RTC_TRACE(rtcUpdateGeometryBuffer);
2023 RTC_VERIFY_HANDLE(hgeometry);
2024 geometry->updateBuffer(type, slot);
2025 RTC_CATCH_END2(geometry);
2026 }
2027
2028 RTC_API void rtcDisableGeometry (RTCGeometry hgeometry)
2029 {

Callers 12

updateEdgeLevelsFunction · 0.85
move_meshMethod · 0.85
animateSphereFunction · 0.85
updateEdgeLevelsFunction · 0.85
updateObjectsFunction · 0.85
updateSceneFunction · 0.85
setQuadSubdivCubeLevelsFunction · 0.85
animateSphereFunction · 0.85

Calls 1

updateBufferMethod · 0.45

Tested by

no test coverage detected