Files
Z3D/include/opengl/shading/sampler_uniform.hpp
2025-03-27 19:47:32 +01:00

14 lines
119 B
C++

#pragma once
#include "GL/glew.h"
namespace zgl::shading
{
struct sampler_uniform
{
GLenum binding_location;
};
}