diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c23fea47d..922c782f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Version History --------------- +### New Features in Embree 3.5.1 +- Fixed ray/sphere intersector to work also for non-normalized rays. +- Fixed self intersection avoidance for ray oriented discs when + non-normalized rays were used. +- Increased maximal face valence for subdiv patch to 64 and reduced stack size + requirement for subdiv patch evaluation. + ### New Features in Embree 3.5.0 - Changed normal oriented curve definition to fix waving artefacts. - Fixed bounding issue for normal oriented motion blurred curves. diff --git a/README.md b/README.md index 382caeb38a..f873d98752 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -% Embree: High Performance Ray Tracing Kernels 3.5.0 +% Embree: High Performance Ray Tracing Kernels 3.5.1 % Intel Corporation Embree Overview @@ -85,9 +85,9 @@ Windows MSI Installer --------------------- You can install the Embree library using the Windows MSI installer -[embree-3.5.0-x64.vc12.msi](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x64.vc12.msi). This +[embree-3.5.1-x64.vc12.msi](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x64.vc12.msi). This will install the 64-bit Embree version by default in `Program -Files\Intel\Embree v3.5.0 x64`. +Files\Intel\Embree v3.5.1 x64`. You have to set the path to the `bin` folders manually to your `PATH` environment variable for applications to find Embree. @@ -95,20 +95,20 @@ environment variable for applications to find Embree. To compile applications with Embree using CMake, please have a look at the `find_embree` tutorial. To compile this tutorial, you need to set the `embree_DIR` CMake variable of this tutorial to `Program -Files\Intel\Embree v3.5.0 x64`. +Files\Intel\Embree v3.5.1 x64`. To uninstall Embree, open `Programs and Features` by clicking the `Start button`, clicking `Control Panel`, clicking `Programs`, and then clicking `Programs and Features`. Select `Embree -3.5.0 x64` and uninstall it. +3.5.1 x64` and uninstall it. Windows ZIP File ----------------- Embree linked against Visual Studio 2013 -[embree-3.5.0.x64.vc12.windows.zip](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x64.vc12.windows.zip) +[embree-3.5.1.x64.vc12.windows.zip](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x64.vc12.windows.zip) and Visual Studio 2015 -[embree-3.5.0.x64.vc14.windows.zip](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x64.vc14.windows.zip) +[embree-3.5.1.x64.vc14.windows.zip](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x64.vc14.windows.zip) are provided as a ZIP file. After unpacking this ZIP file, you should set the path to the `lib` folder manually to your `PATH` environment variable for applications to find Embree. To compile applications with @@ -122,17 +122,17 @@ Linux RPMs ---------- Uncompress the `tar.gz` file -[embree-3.5.0.x86_64.rpm.tar.gz](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x86_64.rpm.tar.gz) +[embree-3.5.1.x86_64.rpm.tar.gz](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x86_64.rpm.tar.gz) to obtain the individual RPM files: - tar xzf embree-3.5.0.x86_64.rpm.tar.gz + tar xzf embree-3.5.1.x86_64.rpm.tar.gz To install Embree using the RPM packages on your Linux system, type the following: - sudo rpm --install embree3-lib-3.5.0-1.x86_64.rpm - sudo rpm --install embree3-devel-3.5.0-1.noarch.rpm - sudo rpm --install embree3-examples-3.5.0-1.x86_64.rpm + sudo rpm --install embree3-lib-3.5.1-1.x86_64.rpm + sudo rpm --install embree3-devel-3.5.1-1.noarch.rpm + sudo rpm --install embree3-examples-3.5.1-1.x86_64.rpm You also have to install the IntelĀ® Threading Building Blocks (TBB) using `yum`: @@ -144,13 +144,13 @@ filed into DEB files using the `alien` tool: sudo apt-get install alien dpkg-dev debhelper build-essential - sudo alien embree3-lib-3.5.0-1.x86_64.rpm - sudo alien embree3-devel-3.5.0-1.noarch.rpm - sudo alien embree3-examples-3.5.0-1.x86_64.rpm + sudo alien embree3-lib-3.5.1-1.x86_64.rpm + sudo alien embree3-devel-3.5.1-1.noarch.rpm + sudo alien embree3-examples-3.5.1-1.x86_64.rpm - sudo dpkg -i embree3-lib_3.5.0-2_amd64.deb - sudo dpkg -i embree3-devel_3.5.0-2_all.deb - sudo dpkg -i embree3-examples_3.5.0-2_amd64.deb + sudo dpkg -i embree3-lib_3.5.1-2_amd64.deb + sudo dpkg -i embree3-devel_3.5.1-2_all.deb + sudo dpkg -i embree3-examples_3.5.1-2_amd64.deb Also install the IntelĀ® Threading Building Blocks (TBB) using `apt-get`: @@ -176,20 +176,20 @@ the tutorials to start them. To uninstall Embree, just execute the following: - sudo rpm --erase embree3-lib-3.5.0-1.x86_64 - sudo rpm --erase embree3-devel-3.5.0-1.noarch - sudo rpm --erase embree3-examples-3.5.0-1.x86_64 + sudo rpm --erase embree3-lib-3.5.1-1.x86_64 + sudo rpm --erase embree3-devel-3.5.1-1.noarch + sudo rpm --erase embree3-examples-3.5.1-1.x86_64 Linux tar.gz Files ------------------ The Linux version of Embree is also delivered as a `tar.gz` file: -[embree-3.5.0.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you +[embree-3.5.1.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you are using the bash shell) or `embree-vars.csh` (if you are using the C shell) to set up the environment properly: - tar xzf embree-3.5.0.x86_64.linux.tar.gz - source embree-3.5.0.x86_64.linux/embree-vars.sh + tar xzf embree-3.5.1.x86_64.linux.tar.gz + source embree-3.5.1.x86_64.linux/embree-vars.sh If you want to ship Embree with your application, best use the Embree version provided in the `tar.gz` file. @@ -202,7 +202,7 @@ macOS PKG Installer To install the Embree library on your macOS system use the provided package installer inside -[embree-3.5.0.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x86_64.dmg). This +[embree-3.5.1.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x86_64.dmg). This will install Embree by default into `/opt/local/lib` and `/opt/local/include` directories. The Embree tutorials are installed into the `/Applications/Embree3` directory. @@ -224,12 +224,12 @@ macOS tar.gz file ----------------- The macOS version of Embree is also delivered as a `tar.gz` file: -[embree-3.5.0.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.5.0/embree-3.5.0.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you +[embree-3.5.1.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.5.1/embree-3.5.1.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you are using the bash shell) or `embree-vars.csh` (if you are using the C shell) to set up the environment properly: - tar xzf embree-3.5.0.x64.macosx.tar.gz - source embree-3.5.0.x64.macosx/embree-vars.sh + tar xzf embree-3.5.1.x64.macosx.tar.gz + source embree-3.5.1.x64.macosx/embree-vars.sh If you want to ship Embree with your application, please use the Embree library of the provided `tar.gz` file. The library name of that Embree @@ -1157,7 +1157,7 @@ Different configuration options should be separated by commas, e.g.: On success returns a handle of the created device. On failure returns `NULL` as device and sets a per-thread error code that can be queried -using `rtcDeviceGetError(NULL)`. +using `rtcGetDeviceError(NULL)`. #### SEE ALSO @@ -1189,7 +1189,7 @@ ownership of the object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1224,7 +1224,7 @@ unless these objects are destroyed first. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1353,7 +1353,7 @@ returning a boolean value, the return value 0 denotes `false` and 1 denotes `true`. On failure zero is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. @@ -1460,7 +1460,7 @@ The error code is also set if an error callback function is registered. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1538,7 +1538,7 @@ happened and a deallocation will later free that data block. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1569,7 +1569,7 @@ scene handle can be released using the `rtcReleaseScene` API call. #### EXIT STATUS {#exit-status} On success a scene handle is returned. On failure `NULL` is returned -and an error code is set that can be queried using `rtcDeviceGetError`. +and an error code is set that can be queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1601,7 +1601,7 @@ ownership of the object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1636,7 +1636,7 @@ count decremented. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1689,7 +1689,7 @@ map to its geometry representation. See `rtcSetGeometryUserData` and #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1741,7 +1741,7 @@ consumption and performance overhead. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1774,7 +1774,7 @@ geometries from a scene at the same time. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1811,7 +1811,7 @@ geometry handle from that representation directly. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1853,7 +1853,7 @@ causing overflows). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1925,7 +1925,7 @@ To detect whether `rtcJoinCommitScene` is supported, use the #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -1987,7 +1987,7 @@ allowed. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2038,7 +2038,7 @@ for a scene is `RTC_BUILD_QUALITY_MEDIUM`. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2088,7 +2088,7 @@ Multiple flags can be enabled using an `or` operation, e.g. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2121,7 +2121,7 @@ other flags the following way: #### EXIT STATUS {#exit-status} On failure `RTC_SCENE_FLAG_NONE` is returned and an error code is set -that can be queried using `rtcDeviceGetError`. +that can be queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2166,7 +2166,7 @@ result is undefined. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2213,7 +2213,7 @@ result is undefined. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2326,7 +2326,7 @@ is set as the scene build quality. See Section #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2397,7 +2397,7 @@ triangle meshes. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that be get -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2465,7 +2465,7 @@ all these buffers must have the same stride and size. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2536,7 +2536,7 @@ all these buffers must have the same stride and size. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2712,7 +2712,7 @@ However, the indices of the topologies themselves may be different. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2911,7 +2911,7 @@ and use curve geometries. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -2987,7 +2987,7 @@ point geometries. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3049,7 +3049,7 @@ user-defined geometries. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3117,7 +3117,7 @@ instances. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3150,7 +3150,7 @@ handle the ownership of the object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3181,7 +3181,7 @@ geometry gets destroyed. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3213,7 +3213,7 @@ or to commit a scene containing the geometry using `rtcCommitScene`. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3246,7 +3246,7 @@ committed using `rtcCommitScene` for the change to have effect. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3279,7 +3279,7 @@ committed using `rtcCommitScene` for the change to have effect. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3331,7 +3331,7 @@ the motion-blurred geometry at the ray time. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3386,7 +3386,7 @@ to see how to define the time steps for the specified time range. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3426,7 +3426,7 @@ and subdivision geometries (`RTC_GEOMETRY_TYPE_SUBDIVISION`). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3471,7 +3471,7 @@ whether ray masks are enabled by querying the #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3522,7 +3522,7 @@ per-geometry build quality can be one of: #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3573,7 +3573,7 @@ reference to the buffer object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3639,7 +3639,7 @@ the vertex buffer, resulting in even higher memory savings. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3687,7 +3687,7 @@ element should be readable using 16-byte SSE load instructions. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3723,7 +3723,7 @@ argument). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3765,7 +3765,7 @@ modifications after the first `rtcCommitScene`. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3880,7 +3880,7 @@ proper packet types. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -3930,7 +3930,7 @@ callback function. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4043,7 +4043,7 @@ set user data pointer of a geometry. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4074,7 +4074,7 @@ previously set with `rtcSetGeometryUserData`. When #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4108,7 +4108,7 @@ specified user-defined geometry (`geometry` parameter). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4178,7 +4178,7 @@ bounding box to the destination structure (`bounds_o` member). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4287,7 +4287,7 @@ the per-ray data. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4389,7 +4389,7 @@ the per-ray data. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4424,7 +4424,7 @@ argument). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4473,7 +4473,7 @@ are supported: #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4522,7 +4522,7 @@ Possible formats for the returned matrix are: #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4560,7 +4560,7 @@ quads along each edge. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4600,7 +4600,7 @@ specified, then the individual topologies can be configured using #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4657,7 +4657,7 @@ certain parts of the subdivision mesh: #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4704,7 +4704,7 @@ textures onto one subdivision geometry. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4792,7 +4792,7 @@ the displacement mapping functions. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4839,7 +4839,7 @@ edge e5, etc. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4881,7 +4881,7 @@ function does not depend on the topology ID. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4922,7 +4922,7 @@ function does not depend on the topology ID. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -4964,7 +4964,7 @@ function does not depend on the topology ID. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5011,7 +5011,7 @@ have different index buffers assigned. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5203,7 +5203,7 @@ storage for at least one more float to the end of the buffer. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5256,7 +5256,7 @@ the `rtcNewSharedBuffer` function will fail. #### EXIT STATUS {#exit-status} On failure `NULL` is returned and an error code is set that can be -queried using `rtcDeviceGetError`. +queried using `rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5288,7 +5288,7 @@ ownership of the object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5319,7 +5319,7 @@ destroyed. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -5348,7 +5348,7 @@ the specified buffer object (`buffer` argument). #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -6585,7 +6585,7 @@ over user-specified primitives. See the documentation of the #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -6617,7 +6617,7 @@ ownership of the object. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -6647,7 +6647,7 @@ argument). When the reference count falls to 0, the BVH gets destroyed. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} @@ -6849,7 +6849,7 @@ the build. #### EXIT STATUS {#exit-status} On failure an error code is set that can be queried using -`rtcDeviceGetError`. +`rtcGetDeviceError`. #### SEE ALSO {#see-also} diff --git a/man/man3/RTC_GEOMETRY_TYPE_CURVE.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_CURVE.3embree3 index 7770aa0729..2608e4f5c3 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_CURVE.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_CURVE.3embree3 @@ -213,7 +213,7 @@ use curve geometries. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry] diff --git a/man/man3/RTC_GEOMETRY_TYPE_GRID.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_GRID.3embree3 index b503adb6b1..3ddb4ed9cf 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_GRID.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_GRID.3embree3 @@ -76,7 +76,7 @@ buffer slots, and all these buffers must have the same stride and size. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry] diff --git a/man/man3/RTC_GEOMETRY_TYPE_INSTANCE.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_INSTANCE.3embree3 index 6fe7d9841c..06ca89bf6f 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_INSTANCE.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_INSTANCE.3embree3 @@ -65,7 +65,7 @@ instances. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcSetGeometryInstancedScene], diff --git a/man/man3/RTC_GEOMETRY_TYPE_QUAD.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_QUAD.3embree3 index 0e7e74a5ed..0ff21b5192 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_QUAD.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_QUAD.3embree3 @@ -76,7 +76,7 @@ buffer slots, and all these buffers must have the same stride and size. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry] diff --git a/man/man3/RTC_GEOMETRY_TYPE_SUBDIVISION.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_SUBDIVISION.3embree3 index 53e2ac507c..52458d05d0 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_SUBDIVISION.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_SUBDIVISION.3embree3 @@ -201,7 +201,7 @@ However, the indices of the topologies themselves may be different. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry] diff --git a/man/man3/RTC_GEOMETRY_TYPE_TRIANGLE.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_TRIANGLE.3embree3 index 69e5986d9a..2f8773d00c 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_TRIANGLE.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_TRIANGLE.3embree3 @@ -69,7 +69,7 @@ triangle meshes. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that be -get queried using \f[C]rtcDeviceGetError\f[]. +get queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry] diff --git a/man/man3/RTC_GEOMETRY_TYPE_USER.3embree3 b/man/man3/RTC_GEOMETRY_TYPE_USER.3embree3 index 6bae18e95e..a0cb596857 100644 --- a/man/man3/RTC_GEOMETRY_TYPE_USER.3embree3 +++ b/man/man3/RTC_GEOMETRY_TYPE_USER.3embree3 @@ -63,7 +63,7 @@ user\-defined geometries. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcSetGeometryUserPrimitiveCount], diff --git a/man/man3/rtcAttachGeometry.3embree3 b/man/man3/rtcAttachGeometry.3embree3 index a22209220d..7fea727593 100644 --- a/man/man3/rtcAttachGeometry.3embree3 +++ b/man/man3/rtcAttachGeometry.3embree3 @@ -50,7 +50,7 @@ for more information. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryUserData], [rtcGetGeometryUserData] diff --git a/man/man3/rtcAttachGeometryByID.3embree3 b/man/man3/rtcAttachGeometryByID.3embree3 index 238ba2acfe..c18e6e3d96 100644 --- a/man/man3/rtcAttachGeometryByID.3embree3 +++ b/man/man3/rtcAttachGeometryByID.3embree3 @@ -49,7 +49,7 @@ memory consumption and performance overhead. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcAttachGeometry] diff --git a/man/man3/rtcBuildBVH.3embree3 b/man/man3/rtcBuildBVH.3embree3 index 54484268f0..524b4b0371 100644 --- a/man/man3/rtcBuildBVH.3embree3 +++ b/man/man3/rtcBuildBVH.3embree3 @@ -206,7 +206,7 @@ returning \f[C]false\f[] cancels the build. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBVH] diff --git a/man/man3/rtcCommitGeometry.3embree3 b/man/man3/rtcCommitGeometry.3embree3 index b61db6f295..fd48774551 100644 --- a/man/man3/rtcCommitGeometry.3embree3 +++ b/man/man3/rtcCommitGeometry.3embree3 @@ -26,7 +26,7 @@ geometry using \f[C]rtcCommitScene\f[]. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcInterpolate], [rtcCommitScene] diff --git a/man/man3/rtcCommitScene.3embree3 b/man/man3/rtcCommitScene.3embree3 index df4c627a4d..b9c07192c8 100644 --- a/man/man3/rtcCommitScene.3embree3 +++ b/man/man3/rtcCommitScene.3embree3 @@ -35,7 +35,7 @@ causing overflows). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcJoinCommitScene] diff --git a/man/man3/rtcDetachGeometry.3embree3 b/man/man3/rtcDetachGeometry.3embree3 index 85c427f00b..8af2a133ab 100644 --- a/man/man3/rtcDetachGeometry.3embree3 +++ b/man/man3/rtcDetachGeometry.3embree3 @@ -26,7 +26,7 @@ geometries from a scene at the same time. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcAttachGeometry], [rtcAttachGeometryByID] diff --git a/man/man3/rtcDisableGeometry.3embree3 b/man/man3/rtcDisableGeometry.3embree3 index e5dae223f1..8779b5d3af 100644 --- a/man/man3/rtcDisableGeometry.3embree3 +++ b/man/man3/rtcDisableGeometry.3embree3 @@ -27,7 +27,7 @@ committed using \f[C]rtcCommitScene\f[] for the change to have effect. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcEnableGeometry], [rtcCommitScene] diff --git a/man/man3/rtcEnableGeometry.3embree3 b/man/man3/rtcEnableGeometry.3embree3 index 8cc89c56d5..0cb95dd64b 100644 --- a/man/man3/rtcEnableGeometry.3embree3 +++ b/man/man3/rtcEnableGeometry.3embree3 @@ -27,7 +27,7 @@ committed using \f[C]rtcCommitScene\f[] for the change to have effect. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcDisableGeometry], [rtcCommitScene] diff --git a/man/man3/rtcGetBufferData.3embree3 b/man/man3/rtcGetBufferData.3embree3 index 33bece390b..39f06e3214 100644 --- a/man/man3/rtcGetBufferData.3embree3 +++ b/man/man3/rtcGetBufferData.3embree3 @@ -22,7 +22,7 @@ data of the specified buffer object (\f[C]buffer\f[] argument). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBuffer] diff --git a/man/man3/rtcGetDeviceProperty.3embree3 b/man/man3/rtcGetDeviceProperty.3embree3 index 9df661c1dd..d6a0bef1d5 100644 --- a/man/man3/rtcGetDeviceProperty.3embree3 +++ b/man/man3/rtcGetDeviceProperty.3embree3 @@ -138,4 +138,4 @@ For properties returning a boolean value, the return value 0 denotes \f[C]false\f[] and 1 denotes \f[C]true\f[]. .PP On failure zero is returned and an error code is set that can be queried -using \f[C]rtcDeviceGetError\f[]. +using \f[C]rtcGetDeviceError\f[]. diff --git a/man/man3/rtcGetGeometry.3embree3 b/man/man3/rtcGetGeometry.3embree3 index f6eea7dd22..5852e106f3 100644 --- a/man/man3/rtcGetGeometry.3embree3 +++ b/man/man3/rtcGetGeometry.3embree3 @@ -32,7 +32,7 @@ handle from that representation directly. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcAttachGeometry], [rtcAttachGeometryByID] diff --git a/man/man3/rtcGetGeometryBufferData.3embree3 b/man/man3/rtcGetGeometryBufferData.3embree3 index 21d4236b56..209441b266 100644 --- a/man/man3/rtcGetGeometryBufferData.3embree3 +++ b/man/man3/rtcGetGeometryBufferData.3embree3 @@ -29,7 +29,7 @@ and slot (\f[C]type\f[] and \f[C]slot\f[] argument) of the geometry .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryBuffer], [rtcSetSharedGeometryBuffer], diff --git a/man/man3/rtcGetGeometryFace.3embree3 b/man/man3/rtcGetGeometryFace.3embree3 index aae7466751..794ac190e9 100644 --- a/man/man3/rtcGetGeometryFace.3embree3 +++ b/man/man3/rtcGetGeometryFace.3embree3 @@ -36,7 +36,7 @@ the function does not depend on the topology ID. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], diff --git a/man/man3/rtcGetGeometryFirstHalfEdge.3embree3 b/man/man3/rtcGetGeometryFirstHalfEdge.3embree3 index 92f67f572c..1cfbb43fea 100644 --- a/man/man3/rtcGetGeometryFirstHalfEdge.3embree3 +++ b/man/man3/rtcGetGeometryFirstHalfEdge.3embree3 @@ -45,7 +45,7 @@ first edge is edge e4, the next edge e5, etc. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], diff --git a/man/man3/rtcGetGeometryNextHalfEdge.3embree3 b/man/man3/rtcGetGeometryNextHalfEdge.3embree3 index 45bb985662..b2b9709d00 100644 --- a/man/man3/rtcGetGeometryNextHalfEdge.3embree3 +++ b/man/man3/rtcGetGeometryNextHalfEdge.3embree3 @@ -36,7 +36,7 @@ the function does not depend on the topology ID. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], diff --git a/man/man3/rtcGetGeometryOppositeHalfEdge.3embree3 b/man/man3/rtcGetGeometryOppositeHalfEdge.3embree3 index 23d3fea2fb..0356dbdacc 100644 --- a/man/man3/rtcGetGeometryOppositeHalfEdge.3embree3 +++ b/man/man3/rtcGetGeometryOppositeHalfEdge.3embree3 @@ -43,7 +43,7 @@ geometry have different index buffers assigned. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], diff --git a/man/man3/rtcGetGeometryPreviousHalfEdge.3embree3 b/man/man3/rtcGetGeometryPreviousHalfEdge.3embree3 index fc4aaa84b5..4a41cf59ad 100644 --- a/man/man3/rtcGetGeometryPreviousHalfEdge.3embree3 +++ b/man/man3/rtcGetGeometryPreviousHalfEdge.3embree3 @@ -37,7 +37,7 @@ the function does not depend on the topology ID. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryFirstHalfEdge], [rtcGetGeometryFace], diff --git a/man/man3/rtcGetGeometryTransform.3embree3 b/man/man3/rtcGetGeometryTransform.3embree3 index f6b6d88114..bd21afbdcf 100644 --- a/man/man3/rtcGetGeometryTransform.3embree3 +++ b/man/man3/rtcGetGeometryTransform.3embree3 @@ -43,7 +43,7 @@ equal to (0, 0, 0, 1). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_INSTANCE], [rtcSetGeometryTransform] diff --git a/man/man3/rtcGetGeometryUserData.3embree3 b/man/man3/rtcGetGeometryUserData.3embree3 index fafe2af4c0..2aad6c43dc 100644 --- a/man/man3/rtcGetGeometryUserData.3embree3 +++ b/man/man3/rtcGetGeometryUserData.3embree3 @@ -25,7 +25,7 @@ is returned. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryUserData] diff --git a/man/man3/rtcGetSceneBounds.3embree3 b/man/man3/rtcGetSceneBounds.3embree3 index cbc3a71e7e..15cdbe2e71 100644 --- a/man/man3/rtcGetSceneBounds.3embree3 +++ b/man/man3/rtcGetSceneBounds.3embree3 @@ -39,7 +39,7 @@ the result is undefined. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetSceneLinearBounds], [rtcCommitScene], [rtcJoinCommitScene] diff --git a/man/man3/rtcGetSceneFlags.3embree3 b/man/man3/rtcGetSceneFlags.3embree3 index 78cb3ee097..9b19677c37 100644 --- a/man/man3/rtcGetSceneFlags.3embree3 +++ b/man/man3/rtcGetSceneFlags.3embree3 @@ -31,7 +31,7 @@ rtcSetSceneFlags(scene,\ RTC_SCENE_FLAG_ROBUST\ |\ flags); .SS EXIT STATUS .PP On failure \f[C]RTC_SCENE_FLAG_NONE\f[] is returned and an error code is -set that can be queried using \f[C]rtcDeviceGetError\f[]. +set that can be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetSceneFlags] diff --git a/man/man3/rtcGetSceneLinearBounds.3embree3 b/man/man3/rtcGetSceneLinearBounds.3embree3 index e5659a69f6..54a2c00119 100644 --- a/man/man3/rtcGetSceneLinearBounds.3embree3 +++ b/man/man3/rtcGetSceneLinearBounds.3embree3 @@ -41,7 +41,7 @@ the result is undefined. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetSceneBounds], [rtcCommitScene], [rtcJoinCommitScene] diff --git a/man/man3/rtcJoinCommitScene.3embree3 b/man/man3/rtcJoinCommitScene.3embree3 index f4414bb83e..99cbdb6493 100644 --- a/man/man3/rtcJoinCommitScene.3embree3 +++ b/man/man3/rtcJoinCommitScene.3embree3 @@ -75,7 +75,7 @@ To detect whether \f[C]rtcJoinCommitScene\f[] is supported, use the .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcCommitScene], [rtcGetDeviceProperty] diff --git a/man/man3/rtcNewBVH.3embree3 b/man/man3/rtcNewBVH.3embree3 index 4394582b16..777f902e5d 100644 --- a/man/man3/rtcNewBVH.3embree3 +++ b/man/man3/rtcNewBVH.3embree3 @@ -28,7 +28,7 @@ See the documentation of the \f[C]rtcBuildBVH\f[] call for more details. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcRetainBVH], [rtcReleaseBVH], [rtcBuildBVH] diff --git a/man/man3/rtcNewBuffer.3embree3 b/man/man3/rtcNewBuffer.3embree3 index 8b2f84a1f7..e806bfb3e7 100644 --- a/man/man3/rtcNewBuffer.3embree3 +++ b/man/man3/rtcNewBuffer.3embree3 @@ -37,7 +37,7 @@ and deallocated when the buffer is destroyed. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcRetainBuffer], [rtcReleaseBuffer] diff --git a/man/man3/rtcNewDevice.3embree3 b/man/man3/rtcNewDevice.3embree3 index e5226ee9ab..afe9fb3d3a 100644 --- a/man/man3/rtcNewDevice.3embree3 +++ b/man/man3/rtcNewDevice.3embree3 @@ -105,7 +105,7 @@ rtcNewDevice("threads=1,isa=avx"); .PP On success returns a handle of the created device. On failure returns \f[C]NULL\f[] as device and sets a per\-thread error -code that can be queried using \f[C]rtcDeviceGetError(NULL)\f[]. +code that can be queried using \f[C]rtcGetDeviceError(NULL)\f[]. .SS SEE ALSO .PP [rtcRetainDevice], [rtcReleaseDevice] diff --git a/man/man3/rtcNewGeometry.3embree3 b/man/man3/rtcNewGeometry.3embree3 index c04b9c8049..b220dd833d 100644 --- a/man/man3/rtcNewGeometry.3embree3 +++ b/man/man3/rtcNewGeometry.3embree3 @@ -115,7 +115,7 @@ See Section [rtcSetSceneBuildQuality] for more details. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcEnableGeometry], [rtcDisableGeometry], [rtcAttachGeometry], diff --git a/man/man3/rtcNewScene.3embree3 b/man/man3/rtcNewScene.3embree3 index 224b549375..c1cefe40b7 100644 --- a/man/man3/rtcNewScene.3embree3 +++ b/man/man3/rtcNewScene.3embree3 @@ -27,7 +27,7 @@ call. .PP On success a scene handle is returned. On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcRetainScene], [rtcReleaseScene] diff --git a/man/man3/rtcNewSharedBuffer.3embree3 b/man/man3/rtcNewSharedBuffer.3embree3 index 320cfcbe27..f68dce0f9d 100644 --- a/man/man3/rtcNewSharedBuffer.3embree3 +++ b/man/man3/rtcNewSharedBuffer.3embree3 @@ -46,7 +46,7 @@ otherwise the \f[C]rtcNewSharedBuffer\f[] function will fail. .SS EXIT STATUS .PP On failure \f[C]NULL\f[] is returned and an error code is set that can -be queried using \f[C]rtcDeviceGetError\f[]. +be queried using \f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcRetainBuffer], [rtcReleaseBuffer] diff --git a/man/man3/rtcReleaseBVH.3embree3 b/man/man3/rtcReleaseBVH.3embree3 index ef71d1f99e..df8b361d37 100644 --- a/man/man3/rtcReleaseBVH.3embree3 +++ b/man/man3/rtcReleaseBVH.3embree3 @@ -24,7 +24,7 @@ When the reference count falls to 0, the BVH gets destroyed. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBVH], [rtcRetainBVH] diff --git a/man/man3/rtcReleaseBuffer.3embree3 b/man/man3/rtcReleaseBuffer.3embree3 index 41487494fa..21cf03c963 100644 --- a/man/man3/rtcReleaseBuffer.3embree3 +++ b/man/man3/rtcReleaseBuffer.3embree3 @@ -24,7 +24,7 @@ When the reference count falls to 0, the buffer gets destroyed. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBuffer], [rtcRetainBuffer] diff --git a/man/man3/rtcReleaseDevice.3embree3 b/man/man3/rtcReleaseDevice.3embree3 index 9ae7e35328..e27bbe8ae0 100644 --- a/man/man3/rtcReleaseDevice.3embree3 +++ b/man/man3/rtcReleaseDevice.3embree3 @@ -28,7 +28,7 @@ these objects are destroyed first. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewDevice], [rtcRetainDevice] diff --git a/man/man3/rtcReleaseGeometry.3embree3 b/man/man3/rtcReleaseGeometry.3embree3 index cd0d2647df..9d491f1b3f 100644 --- a/man/man3/rtcReleaseGeometry.3embree3 +++ b/man/man3/rtcReleaseGeometry.3embree3 @@ -24,7 +24,7 @@ When the reference count falls to 0, the geometry gets destroyed. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcRetainGeometry] diff --git a/man/man3/rtcReleaseScene.3embree3 b/man/man3/rtcReleaseScene.3embree3 index 7ab1f396db..857d36f8cd 100644 --- a/man/man3/rtcReleaseScene.3embree3 +++ b/man/man3/rtcReleaseScene.3embree3 @@ -28,7 +28,7 @@ count decremented. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewScene], [rtcRetainScene] diff --git a/man/man3/rtcRetainBVH.3embree3 b/man/man3/rtcRetainBVH.3embree3 index 48e3ceca49..962dd36f1b 100644 --- a/man/man3/rtcRetainBVH.3embree3 +++ b/man/man3/rtcRetainBVH.3embree3 @@ -26,7 +26,7 @@ ownership of the object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBVH], [rtcReleaseBVH] diff --git a/man/man3/rtcRetainBuffer.3embree3 b/man/man3/rtcRetainBuffer.3embree3 index 099e841716..ef69bc5083 100644 --- a/man/man3/rtcRetainBuffer.3embree3 +++ b/man/man3/rtcRetainBuffer.3embree3 @@ -26,7 +26,7 @@ ownership of the object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewBuffer], [rtcReleaseBuffer] diff --git a/man/man3/rtcRetainDevice.3embree3 b/man/man3/rtcRetainDevice.3embree3 index 6b77918112..557a9908ce 100644 --- a/man/man3/rtcRetainDevice.3embree3 +++ b/man/man3/rtcRetainDevice.3embree3 @@ -26,7 +26,7 @@ ownership of the object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewDevice], [rtcReleaseDevice] diff --git a/man/man3/rtcRetainGeometry.3embree3 b/man/man3/rtcRetainGeometry.3embree3 index 8edcc842a5..f7a7ebf9d5 100644 --- a/man/man3/rtcRetainGeometry.3embree3 +++ b/man/man3/rtcRetainGeometry.3embree3 @@ -26,7 +26,7 @@ ownership of the object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcReleaseGeometry] diff --git a/man/man3/rtcRetainScene.3embree3 b/man/man3/rtcRetainScene.3embree3 index 5c24c682f3..31388309d5 100644 --- a/man/man3/rtcRetainScene.3embree3 +++ b/man/man3/rtcRetainScene.3embree3 @@ -26,7 +26,7 @@ ownership of the object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewScene], [rtcReleaseScene] diff --git a/man/man3/rtcSetDeviceErrorFunction.3embree3 b/man/man3/rtcSetDeviceErrorFunction.3embree3 index 6c5c23b395..c2e4186dd6 100644 --- a/man/man3/rtcSetDeviceErrorFunction.3embree3 +++ b/man/man3/rtcSetDeviceErrorFunction.3embree3 @@ -47,7 +47,7 @@ The error code is also set if an error callback function is registered. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetDeviceError] diff --git a/man/man3/rtcSetDeviceMemoryMonitorFunction.3embree3 b/man/man3/rtcSetDeviceMemoryMonitorFunction.3embree3 index 4cbe63fccc..ec39502ac6 100644 --- a/man/man3/rtcSetDeviceMemoryMonitorFunction.3embree3 +++ b/man/man3/rtcSetDeviceMemoryMonitorFunction.3embree3 @@ -76,7 +76,7 @@ later free that data block. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewDevice] diff --git a/man/man3/rtcSetGeometryBoundsFunction.3embree3 b/man/man3/rtcSetGeometryBoundsFunction.3embree3 index 3497ade5ef..322b3e3090 100644 --- a/man/man3/rtcSetGeometryBoundsFunction.3embree3 +++ b/man/man3/rtcSetGeometryBoundsFunction.3embree3 @@ -66,7 +66,7 @@ destination structure (\f[C]bounds_o\f[] member). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_USER] diff --git a/man/man3/rtcSetGeometryBuffer.3embree3 b/man/man3/rtcSetGeometryBuffer.3embree3 index ce1cdd97d2..2d27b1aa66 100644 --- a/man/man3/rtcSetGeometryBuffer.3embree3 +++ b/man/man3/rtcSetGeometryBuffer.3embree3 @@ -46,7 +46,7 @@ reference to the buffer object. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetSharedGeometryBuffer], [rtcSetNewGeometryBuffer] diff --git a/man/man3/rtcSetGeometryBuildQuality.3embree3 b/man/man3/rtcSetGeometryBuildQuality.3embree3 index d1aa308cf2..f870d106a3 100644 --- a/man/man3/rtcSetGeometryBuildQuality.3embree3 +++ b/man/man3/rtcSetGeometryBuildQuality.3embree3 @@ -48,7 +48,7 @@ changing only the vertex buffer. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetSceneBuildQuality] diff --git a/man/man3/rtcSetGeometryDisplacementFunction.3embree3 b/man/man3/rtcSetGeometryDisplacementFunction.3embree3 index 5b4f22d36b..e92b4bd703 100644 --- a/man/man3/rtcSetGeometryDisplacementFunction.3embree3 +++ b/man/man3/rtcSetGeometryDisplacementFunction.3embree3 @@ -85,7 +85,7 @@ the displacement mapping functions. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_SUBDIVISION] diff --git a/man/man3/rtcSetGeometryInstancedScene.3embree3 b/man/man3/rtcSetGeometryInstancedScene.3embree3 index 8ba3e3c22a..2423069b58 100644 --- a/man/man3/rtcSetGeometryInstancedScene.3embree3 +++ b/man/man3/rtcSetGeometryInstancedScene.3embree3 @@ -27,7 +27,7 @@ scene (\f[C]scene\f[] argument) of the specified instance geometry .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_INSTANCE], [rtcSetGeometryTransform] diff --git a/man/man3/rtcSetGeometryIntersectFilterFunction.3embree3 b/man/man3/rtcSetGeometryIntersectFilterFunction.3embree3 index 018bdc1dc1..cc1f1c7e3d 100644 --- a/man/man3/rtcSetGeometryIntersectFilterFunction.3embree3 +++ b/man/man3/rtcSetGeometryIntersectFilterFunction.3embree3 @@ -104,7 +104,7 @@ inputs to the proper packet types. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryOccludedFilterFunction] diff --git a/man/man3/rtcSetGeometryIntersectFunction.3embree3 b/man/man3/rtcSetGeometryIntersectFunction.3embree3 index 79b7871dfa..80c9620b1f 100644 --- a/man/man3/rtcSetGeometryIntersectFunction.3embree3 +++ b/man/man3/rtcSetGeometryIntersectFunction.3embree3 @@ -95,7 +95,7 @@ rays and create new scenes and geometries. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryOccludedFunction], [rtcSetGeometryUserData], diff --git a/man/man3/rtcSetGeometryMask.3embree3 b/man/man3/rtcSetGeometryMask.3embree3 index 1b71cf1d19..7e5501e4f6 100644 --- a/man/man3/rtcSetGeometryMask.3embree3 +++ b/man/man3/rtcSetGeometryMask.3embree3 @@ -40,7 +40,7 @@ One can query whether ray masks are enabled by querying the .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTCRay], [rtcGetDeviceProperty] diff --git a/man/man3/rtcSetGeometryOccludedFilterFunction.3embree3 b/man/man3/rtcSetGeometryOccludedFilterFunction.3embree3 index 79fcab1257..ff3bd8f66d 100644 --- a/man/man3/rtcSetGeometryOccludedFilterFunction.3embree3 +++ b/man/man3/rtcSetGeometryOccludedFilterFunction.3embree3 @@ -45,7 +45,7 @@ filter callback function. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryIntersectFilterFunction] diff --git a/man/man3/rtcSetGeometryOccludedFunction.3embree3 b/man/man3/rtcSetGeometryOccludedFunction.3embree3 index ed6c033110..d8cfb8d920 100644 --- a/man/man3/rtcSetGeometryOccludedFunction.3embree3 +++ b/man/man3/rtcSetGeometryOccludedFunction.3embree3 @@ -84,7 +84,7 @@ rays and create new scenes and geometries. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryIntersectFunction], [rtcSetGeometryUserData], diff --git a/man/man3/rtcSetGeometrySubdivisionMode.3embree3 b/man/man3/rtcSetGeometrySubdivisionMode.3embree3 index 16c1ed0669..1dca883ec8 100644 --- a/man/man3/rtcSetGeometrySubdivisionMode.3embree3 +++ b/man/man3/rtcSetGeometrySubdivisionMode.3embree3 @@ -52,7 +52,7 @@ This way all patches are linearly interpolated. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_SUBDIVISION] diff --git a/man/man3/rtcSetGeometryTessellationRate.3embree3 b/man/man3/rtcSetGeometryTessellationRate.3embree3 index 51db9b24a6..468b1c11c6 100644 --- a/man/man3/rtcSetGeometryTessellationRate.3embree3 +++ b/man/man3/rtcSetGeometryTessellationRate.3embree3 @@ -33,7 +33,7 @@ quads along each edge. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_CURVE], [RTC_GEOMETRY_TYPE_SUBDIVISION] diff --git a/man/man3/rtcSetGeometryTimeRange.3embree3 b/man/man3/rtcSetGeometryTimeRange.3embree3 index a7e36cd71b..ea7563a418 100644 --- a/man/man3/rtcSetGeometryTimeRange.3embree3 +++ b/man/man3/rtcSetGeometryTimeRange.3embree3 @@ -52,7 +52,7 @@ range. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryTimeStepCount] diff --git a/man/man3/rtcSetGeometryTimeStepCount.3embree3 b/man/man3/rtcSetGeometryTimeStepCount.3embree3 index df1da23d6a..e941b1362f 100644 --- a/man/man3/rtcSetGeometryTimeStepCount.3embree3 +++ b/man/man3/rtcSetGeometryTimeStepCount.3embree3 @@ -46,7 +46,7 @@ motion\-blurred geometry at the ray time. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcSetGeometryTimeRange] diff --git a/man/man3/rtcSetGeometryTopologyCount.3embree3 b/man/man3/rtcSetGeometryTopologyCount.3embree3 index 6b8055b21a..d38f6f2b5a 100644 --- a/man/man3/rtcSetGeometryTopologyCount.3embree3 +++ b/man/man3/rtcSetGeometryTopologyCount.3embree3 @@ -35,7 +35,7 @@ slot. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_SUBDIVISION], [rtcSetGeometrySubdivisionMode] diff --git a/man/man3/rtcSetGeometryTransform.3embree3 b/man/man3/rtcSetGeometryTransform.3embree3 index 4c26313116..c658de2bc7 100644 --- a/man/man3/rtcSetGeometryTransform.3embree3 +++ b/man/man3/rtcSetGeometryTransform.3embree3 @@ -43,7 +43,7 @@ being equal to (0, 0, 0, 1). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_INSTANCE] diff --git a/man/man3/rtcSetGeometryUserData.3embree3 b/man/man3/rtcSetGeometryUserData.3embree3 index 94265f2b86..91af253183 100644 --- a/man/man3/rtcSetGeometryUserData.3embree3 +++ b/man/man3/rtcSetGeometryUserData.3embree3 @@ -32,7 +32,7 @@ already set user data pointer of a geometry. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetGeometryUserData] diff --git a/man/man3/rtcSetGeometryUserPrimitiveCount.3embree3 b/man/man3/rtcSetGeometryUserPrimitiveCount.3embree3 index 7757cfdad4..a9e5bba8b7 100644 --- a/man/man3/rtcSetGeometryUserPrimitiveCount.3embree3 +++ b/man/man3/rtcSetGeometryUserPrimitiveCount.3embree3 @@ -27,7 +27,7 @@ the specified user\-defined geometry (\f[C]geometry\f[] parameter). .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [RTC_GEOMETRY_TYPE_USER] diff --git a/man/man3/rtcSetGeometryVertexAttributeCount.3embree3 b/man/man3/rtcSetGeometryVertexAttributeCount.3embree3 index c590234df5..e31535922b 100644 --- a/man/man3/rtcSetGeometryVertexAttributeCount.3embree3 +++ b/man/man3/rtcSetGeometryVertexAttributeCount.3embree3 @@ -35,7 +35,7 @@ This function is supported only for triangle meshes .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [RTCBufferType] diff --git a/man/man3/rtcSetGeometryVertexAttributeTopology.3embree3 b/man/man3/rtcSetGeometryVertexAttributeTopology.3embree3 index 8be88acee6..8dd42df6e9 100644 --- a/man/man3/rtcSetGeometryVertexAttributeTopology.3embree3 +++ b/man/man3/rtcSetGeometryVertexAttributeTopology.3embree3 @@ -42,7 +42,7 @@ subdivision geometry. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometrySubdivisionMode], [rtcInterpolate], [rtcInterpolateN] diff --git a/man/man3/rtcSetNewGeometryBuffer.3embree3 b/man/man3/rtcSetNewGeometryBuffer.3embree3 index 5ed08cd0d9..328c102857 100644 --- a/man/man3/rtcSetNewGeometryBuffer.3embree3 +++ b/man/man3/rtcSetNewGeometryBuffer.3embree3 @@ -44,7 +44,7 @@ should be readable using 16\-byte SSE load instructions. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryBuffer], [rtcSetSharedGeometryBuffer] diff --git a/man/man3/rtcSetSceneBuildQuality.3embree3 b/man/man3/rtcSetSceneBuildQuality.3embree3 index afbb1ed9fd..f0cdcc9e6d 100644 --- a/man/man3/rtcSetSceneBuildQuality.3embree3 +++ b/man/man3/rtcSetSceneBuildQuality.3embree3 @@ -49,7 +49,7 @@ The default build quality for a scene is .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryBuildQuality] diff --git a/man/man3/rtcSetSceneFlags.3embree3 b/man/man3/rtcSetSceneFlags.3embree3 index d6128b295e..608aaf29e2 100644 --- a/man/man3/rtcSetSceneFlags.3embree3 +++ b/man/man3/rtcSetSceneFlags.3embree3 @@ -45,7 +45,7 @@ Multiple flags can be enabled using an \f[C]or\f[] operation, e.g. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcGetSceneFlags] diff --git a/man/man3/rtcSetSceneProgressMonitorFunction.3embree3 b/man/man3/rtcSetSceneProgressMonitorFunction.3embree3 index 4ecf7fbead..4b6f30d5cf 100644 --- a/man/man3/rtcSetSceneProgressMonitorFunction.3embree3 +++ b/man/man3/rtcSetSceneProgressMonitorFunction.3embree3 @@ -58,7 +58,7 @@ allowed. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewScene] diff --git a/man/man3/rtcSetSharedGeometryBuffer.3embree3 b/man/man3/rtcSetSharedGeometryBuffer.3embree3 index efa8abe0b9..1b7fa1b753 100644 --- a/man/man3/rtcSetSharedGeometryBuffer.3embree3 +++ b/man/man3/rtcSetSharedGeometryBuffer.3embree3 @@ -59,7 +59,7 @@ memory savings. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcSetGeometryBuffer], [rtcSetNewGeometryBuffer] diff --git a/man/man3/rtcUpdateGeometryBuffer.3embree3 b/man/man3/rtcUpdateGeometryBuffer.3embree3 index e70fbb87a3..ab45e12748 100644 --- a/man/man3/rtcUpdateGeometryBuffer.3embree3 +++ b/man/man3/rtcUpdateGeometryBuffer.3embree3 @@ -35,7 +35,7 @@ modifications after the first \f[C]rtcCommitScene\f[]. .SS EXIT STATUS .PP On failure an error code is set that can be queried using -\f[C]rtcDeviceGetError\f[]. +\f[C]rtcGetDeviceError\f[]. .SS SEE ALSO .PP [rtcNewGeometry], [rtcCommitScene] diff --git a/readme.pdf b/readme.pdf index d4647447cc..6c9b6b3082 100644 Binary files a/readme.pdf and b/readme.pdf differ