Ver código fonte

right number whoops!

daniel-andersen 1 ano atrás
pai
commit
723e6d19be
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      vendor/wgpu/wgpu.odin

+ 1 - 1
vendor/wgpu/wgpu.odin

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