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