1
0
Fork 0
forked from wry/wry

Adds a discard_threshold push-constant to the tex / rounded_tex shaders

This commit is contained in:
entailz 2026-05-20 18:47:16 -07:00
parent e2de688324
commit bb43c238e3
17 changed files with 38 additions and 22 deletions

View file

@ -12,4 +12,5 @@ layout(buffer_reference, buffer_reference_align = 8, std430) readonly buffer Ver
layout(push_constant, std430) uniform Data {
Vertices vertices;
float mul;
float discard_threshold;
} data;