Description | Hierarchy | Fields | Methods | Properties |
type TAd2dPixelCounter = class(TObject)
Used for counting the count of pixels that passed the Z-Buffer test. The Z-Buffer has to be activated while counting pixels. Only one single pixel counter can be active (counting pixels) at a time.
procedure StartCount; virtual; abstract; |
|
procedure StopCount; virtual; abstract; |
|
function GetCount: Cardinal; virtual; abstract; |
procedure StartCount; virtual; abstract; |
|
Starts counting pixels. |
procedure StopCount; virtual; abstract; |
|
Stops counting pixels. |
function GetCount: Cardinal; virtual; abstract; |
|
Returns the pixel count. |