using System.Runtime.InteropServices;
namespace MoonWorksTest
{
[StructLayout(LayoutKind.Sequential)]
struct RaymarchUniforms
public float time, padding;
public float resolutionX, resolutionY;
}