Struct GLPixelFormat
Represents all information about a OpenGL Pixel format.
Inherited Members
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public struct GLPixelFormat
  Fields
Compressed
Whether this format is compressed.
Declaration
public bool Compressed
  Field Value
| Type | Description | 
|---|---|
| bool | 
Format
The OpenGL PixelFormat value.
Declaration
public PixelFormat Format
  Field Value
| Type | Description | 
|---|---|
| PixelFormat | 
InternalFormat
The OpenGL InternaFormat value.
Declaration
public InternalFormat InternalFormat
  Field Value
| Type | Description | 
|---|---|
| InternalFormat | 
PixelSize
The OpenGL pixelsize value.
Declaration
public int PixelSize
  Field Value
| Type | Description | 
|---|---|
| int | 
PixelType
The OpenGL pixeltype value.
Declaration
public uint PixelType
  Field Value
| Type | Description | 
|---|---|
| uint |