Description | Hierarchy | Fields | Methods | Properties |
type TRenderTarget = record
Undocumented.
BlendEnable: Boolean; |
function CreateRenderTextureCopy: TTexture; inline; |
procedure SetRenderTexture(NTexture: TTexture); inline; |
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; |
BlendEnable: Boolean; |
Undocumented. |
function CreateRenderTextureCopy: TTexture; inline; |
Undocumented. |
procedure SetRenderTexture(NTexture: TTexture); inline; |
Undocumented. |
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. |