Zia.Program Class

Derived Classes:

Wrapper for a single WebGL Program object.

Constructor

Name Description
Program

Constructs a new program.


Constructor

new Zia.Program (graphicsDevice, vertexShader, fragmentShader) constructor

Defined in graphics/programs/Program.js:63

Constructs a new program.

Parameters

Name Type Description
graphicsDevice Zia.GraphicsDevice

The graphics device.

vertexShader Zia.VertexShader

The vertex shader.

fragmentShader Zia.FragmentShader

The fragmentShader.