#include "RayTracingBackend.h"#include "../optix8/OptiX8LaunchParams.h"#include <cuda_runtime.h>#include <optix.h>#include <optix_stubs.h>#include <optix_stack_size.h>#include <vector>#include <string>Go to the source code of this file.
Data Structures | |
| class | helios::OptiX8Backend |
| OptiX 8.1 implementation of the ray tracing backend. More... | |
Macros | |
| #define | CUDA_CHECK(call) |
| #define | OPTIX_CHECK(call) |
OptiX 8.1 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 OptiX8Backend.h.
| #define CUDA_CHECK | ( | call | ) |
Definition at line 35 of file OptiX8Backend.h.
| #define OPTIX_CHECK | ( | call | ) |
Definition at line 45 of file OptiX8Backend.h.