Table of Contents

Interface IGpuShader

Namespace
Xui.GPU.Hardware
Assembly
Xui.Core.dll

Represents a compiled GPU shader ready for use in a hardware pipeline.

public interface IGpuShader : IDisposable
Inherited Members

Properties

Name

Gets the name of this shader.

string Name { get; }

Property Value

string