daniel-andersen пре 1 година
родитељ
комит
723e6d19be
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vendor/wgpu/wgpu.odin

+ 1 - 1
vendor/wgpu/wgpu.odin

@@ -716,7 +716,7 @@ BufferDescriptor :: struct {
 	mappedAtCreation: b32,
 }
 
-Color :: [4]f32
+Color :: [4]f64
 
 CommandBufferDescriptor :: struct {
 	nextInChain: ^ChainedStruct,