glsl/block_fragment.glsl now accepts the block_texture_array
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#version 330 core
|
||||
|
||||
uniform sampler2DArray block_texture_array;
|
||||
out vec4 fragment_color;
|
||||
|
||||
void main()
|
||||
|
||||
Reference in New Issue
Block a user