Struct GLPixelFormat
Represents all information about an OpenGL pixel format.
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public struct GLPixelFormat
Fields
Compressed
Indicates whether this format is compressed.
Declaration
public bool Compressed
Field Value
Type | Description |
---|---|
bool |
Format
The OpenGL Pixel Format value.
Declaration
public PixelFormat Format
Field Value
Type | Description |
---|---|
PixelFormat |
InternalFormat
The OpenGL InternalFormat value.
Declaration
public InternalFormat InternalFormat
Field Value
Type | Description |
---|---|
InternalFormat |
PixelSize
The OpenGL pixel size value.
Declaration
public int PixelSize
Field Value
Type | Description |
---|---|
int |
PixelType
The OpenGL pixel type value.
Declaration
public uint PixelType
Field Value
Type | Description |
---|---|
uint |