Piping just the vertex glyph representation first to test the stencil buffer

This commit is contained in:
2020-02-22 00:07:58 -08:00
parent bb8144bb01
commit b3e092e25a
70 changed files with 906 additions and 369 deletions

View File

@@ -144,7 +144,7 @@
};
<span class="comment">// Settings buffer which holds i32&#39;s</span>
<span class="comment">// Compile macros into the kernel eventually to index them</span>
<span class="comment">// TODO: Compile macros into the kernel eventually to index them</span>
<span class="kw">let</span> <span class="ident">settings_buffer</span> <span class="op">=</span> {
<span class="kw">let</span> <span class="ident">vec</span> <span class="op">=</span> <span class="macro">vec</span><span class="macro">!</span>[<span class="ident">dimensions</span>.<span class="number">0</span>, <span class="ident">dimensions</span>.<span class="number">1</span>];
<span class="kw">let</span> <span class="kw-2">mut</span> <span class="ident">buff</span> <span class="op">=</span> <span class="ident">vec</span>.<span class="ident">iter</span>();