Class TGeometryAttrib

Methods
Properties

Unit

Declaration

type TGeometryAttrib = class(TObject)

Description

GLSL attributes array information, for TGeometryArrays.

Hierarchy

  • TObject
  • TGeometryAttrib

Overview

Fields

Public Name: string;
Public Internal: boolean;
Public AType: TGeometryAttribType;
Public Offset: Integer;

Description

Fields

Public Name: string;
 
Public Internal: boolean;

Internal for our engine (as opposed to specified in 3D model file). This is only used to change warnings related to this attribute.

Public AType: TGeometryAttribType;
 
Public Offset: Integer;
 

Generated by PasDoc 0.15.0.