mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Update to latest wgpu c293d6dcea
This commit is contained in:
@@ -27,13 +27,15 @@ vulkan = ["wgn/vulkan-portability"]
|
||||
package = "wgpu-native"
|
||||
version = "0.4"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "b51053dc2dc3bbe9b2ba050fde42eeb6405fe092"
|
||||
rev = "c293d6dcea0170bfa3835cfbd919f300560e0da6"
|
||||
#path = "../wgpu/wgpu-native"
|
||||
|
||||
[dependencies.wgc]
|
||||
package = "wgpu-core"
|
||||
version = "0.1"
|
||||
git = "https://github.com/gfx-rs/wgpu"
|
||||
rev = "b51053dc2dc3bbe9b2ba050fde42eeb6405fe092"
|
||||
rev = "c293d6dcea0170bfa3835cfbd919f300560e0da6"
|
||||
#path = "../wgpu/wgpu-core"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.5"
|
||||
|
||||
@@ -187,9 +187,9 @@ impl framework::Example for Example {
|
||||
mip_level: 0,
|
||||
array_layer: 0,
|
||||
origin: wgpu::Origin3d {
|
||||
x: 0.0,
|
||||
y: 0.0,
|
||||
z: 0.0,
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0,
|
||||
},
|
||||
},
|
||||
texture_extent,
|
||||
|
||||
@@ -273,9 +273,9 @@ impl framework::Example for Example {
|
||||
mip_level: 0,
|
||||
array_layer: 0,
|
||||
origin: wgpu::Origin3d {
|
||||
x: 0.0,
|
||||
y: 0.0,
|
||||
z: 0.0,
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0,
|
||||
},
|
||||
},
|
||||
texture_extent,
|
||||
|
||||
@@ -209,9 +209,9 @@ impl framework::Example for Skybox {
|
||||
mip_level: 0,
|
||||
array_layer: i as u32,
|
||||
origin: wgpu::Origin3d {
|
||||
x: 0.0,
|
||||
y: 0.0,
|
||||
z: 0.0,
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0,
|
||||
},
|
||||
},
|
||||
texture_extent,
|
||||
|
||||
Reference in New Issue
Block a user