NTrace
GPU ray tracing framework
|
#include <RayBufferKernels.hpp>
Public Attributes | |
S32 | numRays |
Vec3f | aabbLo |
Vec3f | aabbHi |
CUdeviceptr | inRays |
CUdeviceptr | outKeys |
Definition at line 70 of file RayBufferKernels.hpp.
Vec3f FW::GenMortonKeysInput::aabbHi |
Definition at line 74 of file RayBufferKernels.hpp.
Vec3f FW::GenMortonKeysInput::aabbLo |
Definition at line 73 of file RayBufferKernels.hpp.
CUdeviceptr FW::GenMortonKeysInput::inRays |
Definition at line 75 of file RayBufferKernels.hpp.
S32 FW::GenMortonKeysInput::numRays |
Definition at line 72 of file RayBufferKernels.hpp.
CUdeviceptr FW::GenMortonKeysInput::outKeys |
Definition at line 76 of file RayBufferKernels.hpp.