Table of Contents

Interface IShaderProgram

Namespace
LibGFX.Graphics.Shader
Assembly
LibGFX.dll

Basic interface for shader programs.

public interface IShaderProgram

Properties

ProgramID

The ID of the shader program.

int ProgramID { get; set; }

Property Value

int