Euphoria
constants.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::render
4{
5
6// OpenGL should support atleast 16 textures
7constexpr std::size_t MAX_TEXTURES_SUPPORTED = 16;
8
9}
10
constexpr std::size_t MAX_TEXTURES_SUPPORTED
Definition constants.h:7