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