|
NTrace
GPU ray tracing framework
|
#include <RendererKernels.hpp>
Public Attributes | |
| S32 | numRaysPerPrimary |
| S32 | firstPrimary |
| S32 | numPrimary |
| bool | isPrimary |
| bool | isAO |
| bool | isDiffuse |
| bool | isTextured |
| bool | isPathTraced |
| CUdeviceptr | primarySlotToID |
| CUdeviceptr | primaryResults |
| CUdeviceptr | batchIDToSlot |
| CUdeviceptr | batchResults |
| CUdeviceptr | triMaterialColor |
| CUdeviceptr | triShadedColor |
| CUdeviceptr | pixels |
| CUdeviceptr | texCoords |
| CUdeviceptr | normals |
| CUdeviceptr | triVertIndex |
| CUdeviceptr | atlasInfo |
| CUdeviceptr | matId |
| CUdeviceptr | matInfo |
Definition at line 44 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::atlasInfo |
Definition at line 65 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::batchIDToSlot |
Definition at line 56 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::batchResults |
Definition at line 57 of file RendererKernels.hpp.
| S32 FW::ReconstructInput::firstPrimary |
Definition at line 47 of file RendererKernels.hpp.
| bool FW::ReconstructInput::isAO |
Definition at line 50 of file RendererKernels.hpp.
| bool FW::ReconstructInput::isDiffuse |
Definition at line 51 of file RendererKernels.hpp.
| bool FW::ReconstructInput::isPathTraced |
Definition at line 53 of file RendererKernels.hpp.
| bool FW::ReconstructInput::isPrimary |
Definition at line 49 of file RendererKernels.hpp.
| bool FW::ReconstructInput::isTextured |
Definition at line 52 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::matId |
Definition at line 66 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::matInfo |
Definition at line 67 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::normals |
Definition at line 63 of file RendererKernels.hpp.
| S32 FW::ReconstructInput::numPrimary |
Definition at line 48 of file RendererKernels.hpp.
| S32 FW::ReconstructInput::numRaysPerPrimary |
Definition at line 46 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::pixels |
Definition at line 60 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::primaryResults |
Definition at line 55 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::primarySlotToID |
Definition at line 54 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::texCoords |
Definition at line 62 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::triMaterialColor |
Definition at line 58 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::triShadedColor |
Definition at line 59 of file RendererKernels.hpp.
| CUdeviceptr FW::ReconstructInput::triVertIndex |
Definition at line 64 of file RendererKernels.hpp.