using Win32.Graphics.Direct3D; namespace Ghost.Graphics.Data; public class ShaderProperty { public string Name { get; } public ShaderInputType Type { get; } }