tangled
alpha
login
or
join now
j0.lol
/
bl0ck
WebGPU Voxel Game
0
fork
atom
overview
issues
4
pulls
pipelines
Tutorial 7: Instancing
j0.lol
11 months ago
b8e9e41c
50150324
options
unified
split
Changed files
+1
-1
src
lib.rs
+1
-1
src/lib.rs
···
164
164
#[cfg(not(target_arch = "wasm32"))]
165
165
let size = window.inner_size();
166
166
#[cfg(target_arch = "wasm32")]
167
167
-
let size = PhysicalSize {
167
167
+
let size = winit::dpi::PhysicalSize {
168
168
width: 100,
169
169
height: 100,
170
170
};