fixed minor regression, cleaned up source tree

This commit is contained in:
2019-08-05 18:26:43 -07:00
parent 1f33d96ae5
commit 28878dc345
9 changed files with 39 additions and 116 deletions

View File

@@ -244,7 +244,7 @@ impl ShaderKernels {
third_constant: 0.0,
})
// The content of the vertex buffer describes a list of triangles.
.triangle_list_with_adjacency()
.triangle_fan()
// Use a resizable viewport set to draw over the entire window
.viewports_dynamic_scissors_irrelevant(1)
// See `vertex_shader`.