shader: Implement ClipDistance

This commit is contained in:
FernandoS27 2021-03-30 21:52:06 +02:00 committed by ameerj
parent 67afdaf566
commit 0c4cf3b9eb
5 changed files with 36 additions and 0 deletions

View file

@ -67,6 +67,8 @@ public:
VectorTypes F16;
VectorTypes F64;
Id Array8F32{};
Id true_value{};
Id false_value{};
Id u32_zero_value{};
@ -105,6 +107,7 @@ public:
Id base_vertex{};
Id front_face{};
Id point_coord{};
Id clip_distances{};
Id fswzadd_lut_a{};
Id fswzadd_lut_b{};