Piping just the vertex glyph representation first to test the stencil buffer
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
};
|
||||
|
||||
<span class="comment">// Settings buffer which holds i32'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>();
|
||||
|
||||
Reference in New Issue
Block a user