Class TGLMovieTextureNode
Unit
CastleRenderer
Declaration
type TGLMovieTextureNode = class(TGLSingleTextureNode)
Description
no description available, TGLSingleTextureNode description follows
Common class for all single (not multi-texture) texture nodes.
Implements EnableAll method, by calling Enable call. Override only Enable in descendants.
Hierarchy
Overview
Fields
Methods
 |
function TextureNode: TMovieTextureNode; |
 |
procedure Unprepare; override; |
 |
function Bind(const TextureUnit: Cardinal): boolean; override; |
 |
function Enable(const TextureUnit: Cardinal; Shader: TShader; const Env: TTextureEnv): boolean; override; |
Description
Fields
Methods
 |
procedure Unprepare; override; |
|
 |
function Bind(const TextureUnit: Cardinal): boolean; override; |
|
 |
function Enable(const TextureUnit: Cardinal; Shader: TShader; const Env: TTextureEnv): boolean; override; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:51
|