Gorilla.Controller

Unit Gorilla.Controller.pas

Classes

Enumerations

  • enum  TRenderPassEventState  = ( OnPassBegin, OnPassEnd ) ;

Constants

    Mics. types

    • type TGorillaRenderPassControllerClass = class of TGorillaRenderPassController;

TGorillaRenderPassController

Custom render pass controller. Extend this class for your own individual render pass. Render pass controller support different types: pre, post and intermediate Pre - the render pass will be executed before the main loop Post - the render pass will be executed after the main loop Intermediate - the render pass will be executed inside the main loop Caution: each render pass needs a unique ID, otherwise it will overwrite an existing render pass.

Ancestors

Members

Fields

Methods

Properties