gpu: fix clip intersection with the D3D backend

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-03-10 14:11:36 +01:00
parent acfe91ec3e
commit 61529c2cb6
6 changed files with 145 additions and 19 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ type stencilUniforms struct {
type intersectUniforms struct {
vert struct {
uvTransform [4]float32
uvTransform [4]float32
subUVTransform [4]float32
}
}