triro 1.3.0
A Python Ray-Mesh Intersector in OptiX
Loading...
Searching...
No Matches
shader_template.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace hmesh {
6
7static const size_t shader_length = SHADER_LENGTH;
8
9static const unsigned char shader_code[SHADER_LENGTH] = {
10SHADER_FORMATTED
11};
12
13}
Definition base.cpp:13