Go to the source code of this file.
Functions | |
| __device__ void | CalculateReverseZBuffer (const cudaRendererInformation renInfo, float *out, float clipPointMin, float clipPointMax, float zBuffer) |
| __device__ void | CalculateZBuffer (const cudaRendererInformation renInfo, float *out, float clipPointMin, float clipPointMax, float currentPoint) |
| __device__ void CalculateReverseZBuffer | ( | const cudaRendererInformation | renInfo, | |
| float * | out, | |||
| float | clipPointMin, | |||
| float | clipPointMax, | |||
| float | zBuffer | |||
| ) |
Referenced by CUDAkernel_RayCastComposite(), and CUDAkernel_RayCastCompositeShaded().
| __device__ void CalculateZBuffer | ( | const cudaRendererInformation | renInfo, | |
| float * | out, | |||
| float | clipPointMin, | |||
| float | clipPointMax, | |||
| float | currentPoint | |||
| ) |
Referenced by CUDAkernel_RayCastComposite(), and CUDAkernel_RayCastCompositeShaded().
1.6.1