Base class to provide an environment to load texture data in OpenGL.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content Image
DeltaEngine.Graphics.BaseOpenGL20 OpenGL20Image
Namespace: DeltaEngine.Graphics.BaseOpenGL20
Assembly: DeltaEngine.Graphics.BaseOpenGL20 (in DeltaEngine.Graphics.BaseOpenGL20.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The OpenGL20Image type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenGL20Image | Initializes a new instance of the OpenGL20Image class |
Methods
Name | Description | |
---|---|---|
CompareActualSizeMetadataSize | (Inherited from Image.) | |
CreateDefault | (Inherited from Image.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
Fill(Color) | (Inherited from Image.) | |
Fill( Color ) | (Inherited from Image.) | |
FillRgbaData | (Overrides Image FillRgbaData( Byte ).) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Inherited from Image.) | |
LoadImage | (Inherited from Image.) | |
SetSamplerState | (Overrides Image SetSamplerState .) | |
SetSamplerStateAndTryToLoadImage | (Overrides Image SetSamplerStateAndTryToLoadImage(Stream).) | |
ToString | (Inherited from ContentData.) | |
TryLoadImage | (Overrides Image TryLoadImage(Stream).) | |
WarnAboutWrongAlphaFormat | (Inherited from Image.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from Image.) | |
AllowTiling | (Inherited from Image.) | |
AtlasImage | (Inherited from Image.) | |
BlendMode | (Inherited from Image.) | |
DisableLinearFiltering | (Inherited from Image.) | |
Handle | ||
HasAlpha | (Inherited from Image.) | |
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) | |
PixelSize | (Inherited from Image.) | |
RenderingCalculator | (Inherited from Image.) | |
UseMipmaps | (Inherited from Image.) |
See Also