Euphoria
gltypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace eu::render::gl
4 {
5  using Float = float;
6  using Uint = unsigned int;
7  using Int = int;
8  using Char = char;
9 }
char Char
Definition: gltypes.h:8
unsigned int Uint
Definition: gltypes.h:6
float Float
Definition: gltypes.h:5