Skip to content

shader

Client-side
Server-side
Shared

Element category: Drawing

The shader class represents a Microsoft HLSL Effect File(.fx) loaded by the client, which can be used instead of a texture when calling dxDrawImage.

OOP Constructor

DxShader(...) is the constructor method for the shader class (dxCreateShader).

OOP Methods and Variables