#include "RayTracingBackend.h"#include <optix.h>#include <optixu/optixpp_namespace.h>#include <optixu/optixu_vector_functions.h>#include <optixu/optixu_vector_types.h>Go to the source code of this file.
Data Structures | |
| class | helios::OptiX6Backend |
| OptiX 6.5 implementation of the ray tracing backend. More... | |
Macros | |
| #define | RT_CHECK_ERROR(func) |
| #define | RT_CHECK_ERROR_NOEXIT(func) |
Enumerations | |
| enum | RayType { RAYTYPE_DIRECT = 0 , RAYTYPE_DIFFUSE = 1 , RAYTYPE_CAMERA = 2 , RAYTYPE_PIXEL_LABEL = 3 } |
OptiX 6.5 ray tracing backend implementation.
Copyright (C) 2016-2026 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file OptiX6Backend.h.
| #define RT_CHECK_ERROR | ( | func | ) |
Definition at line 33 of file OptiX6Backend.h.
| #define RT_CHECK_ERROR_NOEXIT | ( | func | ) |
Definition at line 40 of file OptiX6Backend.h.
| enum helios::RayType |
Definition at line 30 of file OptiX6Backend.h.