2
0
daniel-andersen 1 жил өмнө
parent
commit
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,