mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Quality of life changes to wgpu/wasm stuff
This commit is contained in:
Vendored
+1
-6
@@ -716,12 +716,7 @@ BufferDescriptor :: struct {
|
||||
mappedAtCreation: b32,
|
||||
}
|
||||
|
||||
Color :: struct {
|
||||
r: f64,
|
||||
g: f64,
|
||||
b: f64,
|
||||
a: f64,
|
||||
}
|
||||
Color :: [4]f32
|
||||
|
||||
CommandBufferDescriptor :: struct {
|
||||
nextInChain: ^ChainedStruct,
|
||||
|
||||
Reference in New Issue
Block a user