Table of Contents

Method CreateShader

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

CreateShader()

When overridden in a derived class, compiles the shader program and returns the program object handle.

protected abstract int CreateShader()

Returns

int

A handle to the shader program object.