C# Class OpenTK.Extensions.ShaderExtensions

Mostra file Open project: smalld/particle_system

Public Methods

Method Description
PrependText ( this shader, string text ) : IEnumerable
PrependText ( this shader, string nameModifier, string text ) : IEnumerable
PrependText ( this shader, string text ) : Shader
PrependText ( this shader, string nameModifier, string text ) : Shader

Method Details

PrependText() public static method

public static PrependText ( this shader, string text ) : IEnumerable
shader this
text string
return IEnumerable

PrependText() public static method

public static PrependText ( this shader, string nameModifier, string text ) : IEnumerable
shader this
nameModifier string
text string
return IEnumerable

PrependText() public static method

public static PrependText ( this shader, string text ) : Shader
shader this
text string
return Shader

PrependText() public static method

public static PrependText ( this shader, string nameModifier, string text ) : Shader
shader this
nameModifier string
text string
return Shader