record TRenderTarget

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRenderTarget = record

Description

Undocumented.

Overview

Fields

BlendEnable: Boolean;

Methods

function CreateRenderTextureCopy: TTexture; inline;
procedure SetRenderTexture(NTexture: TTexture); inline;

Properties

property BlendFuncSource: TBlendFactor read GetBlendSrc write SetBlendSrc;
property BlendFunctDest: TBlendFactor read GetBlendDest write SetBlendDest;
property ColorMask: TColorPlane read GetColorMask write SetColorMask;
property TargetType: TRenderTargetType read GetTargetType write SetTargetType;

Description

Fields

BlendEnable: Boolean;

Undocumented.

Methods

function CreateRenderTextureCopy: TTexture; inline;

Undocumented.

procedure SetRenderTexture(NTexture: TTexture); inline;

Undocumented.

Properties

property BlendFuncSource: TBlendFactor read GetBlendSrc write SetBlendSrc;

Undocumented.

property BlendFunctDest: TBlendFactor read GetBlendDest write SetBlendDest;

Undocumented.

property ColorMask: TColorPlane read GetColorMask write SetColorMask;

Undocumented.

property TargetType: TRenderTargetType read GetTargetType write SetTargetType;

Undocumented.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22