squashing warnings

pull/87/head
Ben Hansen 4 years ago
parent 6827fb5572
commit bc6277e0f0

@ -65,8 +65,10 @@ struct State {
vertex_buffer: wgpu::Buffer,
index_buffer: wgpu::Buffer,
num_indices: u32,
#[allow(dead_code)]
diffuse_texture: texture::Texture,
diffuse_bind_group: wgpu::BindGroup,
#[allow(dead_code)]
cartoon_texture: texture::Texture,
cartoon_bind_group: wgpu::BindGroup,
is_space_pressed: bool,

Loading…
Cancel
Save