Explorar o código

right number whoops!

daniel-andersen hai 1 ano
pai
achega
723e6d19be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,