#include <stdint.h>#include <vector_types.h>#include <optix.h>Go to the source code of this file.
Data Structures | |
| struct | PerRayData |
| struct | HitGroupData |
| struct | OptiX8LaunchParams |
Macros | |
| #define | M_PI 3.14159265358979323846f |
Typedefs | |
| typedef unsigned int | uint |
Shared host/device launch parameters struct for OptiX 8.1 backend.
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 OptiX8LaunchParams.h.
| #define M_PI 3.14159265358979323846f |
Definition at line 30 of file OptiX8LaunchParams.h.
| typedef unsigned int uint |
Definition at line 33 of file OptiX8LaunchParams.h.