Class TTextureVideoCache

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTextureVideoCache = class(TObject)

Description

Hierarchy

  • TObject
  • TTextureVideoCache

Overview

Fields

Public FullUrl: string;
Public InitialNode: TMovieTextureNode;
Public MinFilter: TGLint;
Public MagFilter: TGLint;
Public Anisotropy: TGLfloat;
Public Wrap: TTextureWrap2D;
Public References: Cardinal;
Public GLVideo: TGLVideo;

Description

Fields

Public FullUrl: string;
 
Public InitialNode: TMovieTextureNode;

The initial VRML/X3D node that created this cache record. This is only the first TMovieTextureNode node, that initiated this TTextureVideoCache item. Note that many TMovieTextureNode nodes may correspond to a single TTextureVideoCache (since TTextureVideoCache only tries to share TGLVideo between them, they don't have to share other fields like current time etc.). So this may help during _IncReference, but nothing more — it's *not* an exhaustive list of MovieTexture nodes related to this video texture!

Public MinFilter: TGLint;
 
Public MagFilter: TGLint;
 
Public Anisotropy: TGLfloat;
 
Public Wrap: TTextureWrap2D;
 
Public References: Cardinal;
 
Public GLVideo: TGLVideo;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:13