std140 implementation
This commit is contained in:
13
include/opengl/shading/sampler_uniform.hpp
Normal file
13
include/opengl/shading/sampler_uniform.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "GL/glew.h"
|
||||
|
||||
namespace zgl::shading
|
||||
{
|
||||
|
||||
struct sampler_uniform
|
||||
{
|
||||
GLenum binding_location;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user