sprites are working, but the implementation is pretty bad

This commit is contained in:
2019-08-11 21:30:44 -07:00
parent e351e36c92
commit be20f3ae2a
4 changed files with 11 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ impl ShaderKernels {
third_constant: 0.0,
})
.triangle_fan()
.triangle_list()
// Use a resizable viewport set to draw over the entire window
.viewports_dynamic_scissors_irrelevant(1)