Unit 'nxGL' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_nxpascal]

TFrameBuffer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: nxGL.pas line 504

type TFrameBuffer = class

public

  texture: LongInt;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Bind;

  

  procedure SetTexture();

  

  procedure UnBind;

  

  property Height: Integer; [r]

  

  property Width: Integer; [r]

  

end;

Inheritance

TFrameBuffer

  

|

TObject



CT Web help

CodeTyphon Studio