forked from MoonsideGames/MoonWorks
fix a Conversions issue
parent
0c76c568a4
commit
2e5657789c
|
@ -1,9 +1,13 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using MoonWorks.Graphics;
|
using MoonWorks.Graphics;
|
||||||
|
using MoonWorks.Graphics.PackedVector;
|
||||||
|
|
||||||
namespace MoonWorks
|
namespace MoonWorks
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Conversion utilities for interop.
|
||||||
|
/// </summary>
|
||||||
public static class Conversions
|
public static class Conversions
|
||||||
{
|
{
|
||||||
private readonly static Dictionary<VertexElementFormat, uint> Sizes = new Dictionary<VertexElementFormat, uint>
|
private readonly static Dictionary<VertexElementFormat, uint> Sizes = new Dictionary<VertexElementFormat, uint>
|
Loading…
Reference in New Issue