MoonWorks/src/Graphics/State/GraphicsPipelineLayoutInfo.cs

9 lines
186 B
C#
Raw Normal View History

namespace MoonWorks.Graphics
{
public struct GraphicsPipelineLayoutInfo
{
public uint VertexSamplerBindingCount;
public uint FragmentSamplerBindingCount;
}
}