Update shaders to use interface blocks
This commit is contained in:
@@ -9,7 +9,6 @@ struct Material {
|
||||
in vec2 uv_coords;
|
||||
|
||||
uniform Material material;
|
||||
// uniform sampler2D image_texture;
|
||||
|
||||
out vec4 color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user