Initial commit for tabletop
We'll branch off of main game for a cool quick side project idea for a moment
This commit is contained in:
@@ -7,4 +7,7 @@ layout(set = 2, binding = 0) uniform sampler2D texture_sampler;
|
||||
|
||||
void main() {
|
||||
fragColor = texture(texture_sampler, inUV);
|
||||
if (fragColor.a < 0.5) {
|
||||
discard;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user