mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 09:14:38 +00:00
right number whoops!
This commit is contained in:
2
vendor/wgpu/wgpu.odin
vendored
2
vendor/wgpu/wgpu.odin
vendored
@@ -716,7 +716,7 @@ BufferDescriptor :: struct {
|
||||
mappedAtCreation: b32,
|
||||
}
|
||||
|
||||
Color :: [4]f32
|
||||
Color :: [4]f64
|
||||
|
||||
CommandBufferDescriptor :: struct {
|
||||
nextInChain: ^ChainedStruct,
|
||||
|
||||
Reference in New Issue
Block a user