| 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 | { |
no test coverage detected