Enum PixelStoreResampleMode
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum PixelStoreResampleMode
Fields
Name | Description |
---|---|
ResampleDecimateSgix | Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 |
ResampleReplicateSgix | Original was GL_RESAMPLE_REPLICATE_SGIX = 0x8433 |
ResampleZeroFillSgix | Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x8434 |