We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7e4d6 commit 0286852Copy full SHA for 0286852
MMManaged/MeshUtil.fs
@@ -508,6 +508,7 @@ map_Kd $$filename
508
| SharpDX.DXGI.Format.R32G32B32A32_Float -> 16
509
| SharpDX.DXGI.Format.R16G16_Float -> 4
510
| SharpDX.DXGI.Format.R16G16B16A16_Float -> 8
511
+ | SharpDX.DXGI.Format.R8G8B8A8_UInt -> 4
512
| _ -> failwithf "Some lazy person didn't fill in the size of type %A" f
513
int hElement.Offset + sizeBytes
514
0 commit comments