Namespace: Tzu_Engine.Shader
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Class TZShader
    Implements IDisposable
C#
public class TZShader : IDisposable
C++
ref class TZShader : IDisposable
J#
public class TZShader implements IDisposable
JScript
public class TZShader extends IDisposable

Inheritance Hierarchy

System.Object
   Tzu_Engine.Shader.TZShader

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also