OpenGL20Geometry ClassDelta Engine Documentation
GPU geometry data in OpenGL
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Graphics Geometry
      DeltaEngine.Graphics.BaseOpenGL20 OpenGL20Geometry

Namespace: DeltaEngine.Graphics.BaseOpenGL20
Assembly: DeltaEngine.Graphics.BaseOpenGL20 (in DeltaEngine.Graphics.BaseOpenGL20.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class OpenGL20Geometry : Geometry

The OpenGL20Geometry type exposes the following members.

Constructors

  NameDescription
Protected methodOpenGL20Geometry
Initializes a new instance of the OpenGL20Geometry class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides ContentData DisposeData .)
Public methodDraw (Overrides Geometry Draw .)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Inherited from Geometry.)
Public methodLoadFromFile (Inherited from Geometry.)
Public methodSetData( Byte ,  Int16 ) (Inherited from Geometry.)
Public methodSetData( Vertex ,  Int16 ) (Inherited from Geometry.)
Protected methodSetNativeData (Overrides Geometry SetNativeData( Byte ,  Int16 ).)
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyFormat (Inherited from Geometry.)
Public propertyHasAnimationData (Inherited from Geometry.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyNumberOfIndices (Inherited from Geometry.)
Public propertyNumberOfVertices (Inherited from Geometry.)
Public propertyTransformsOfBones (Inherited from Geometry.)
Top
See Also