Titan  v1.0
A high-performance CUDA-based physics simulation sandbox for robotics, physics, and reinforcement learning.
shader.h
Go to the documentation of this file.
1 //
2 // shader.hpp
3 // CUDA Physics
4 //
5 // Created by Jacob Austin on 5/13/18.
6 // Copyright © 2018 Jacob Austin. All rights reserved.
7 //
8 
9 #ifndef shader_hpp
10 #define shader_hpp
11 
12 namespace titan {
13 
14 GLuint LoadShaders();
15 
16 } // namespace titan
17 
18 #endif /* shader_hpp */
titan
Definition: mass.h:11
titan::LoadShaders
GLuint LoadShaders()