Gorilla.Context.Shader

Unit Gorilla.Context.Shader.pas

Classes

Records

Enumerations

Constants

    Mics. types

    • type PUniformBufferStruct = pointer to TUniformBufferStruct;
    • type TShaderProgramClass = class of TShaderProgram;

TContextShaderKindEx

enum TContextShaderKindEx = ( VertexShader, PixelShader, GeometryShader ) ; first 2 value correspond with FMX.Types3D.TContextShaderKind

TShaderProgram

Defines a shader program in the specific context.

Remarks

It needs a vertext shader (VS) and pixel shader (PS) to initialize.

Ancestors

Members

Fields

Methods

Properties