mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
...
This commit is contained in:
parent
1d9fafd408
commit
2c2199d520
|
@ -73,7 +73,9 @@ pub fn draw_world(
|
|||
//Draw chunk mesh
|
||||
if mesh.main.index.size() > 0 {
|
||||
//TODO
|
||||
render_pass.set_bind_group(0, &textures.block_diffuse_bind_group, &[]);
|
||||
// render_pass.set_index_buffer(mesh.main.index.slice(..), wgpu::IndexFormat::Uint32);
|
||||
// render_pass.set_vertex_buffer(0, mesh.main.vertex.slice(..));
|
||||
// render_pass.set_bind_group(0, &textures.block_diffuse_bind_group, &[]);
|
||||
}
|
||||
|
||||
//TODO trans chunks
|
||||
|
|
Loading…
Reference in a new issue