Enum SgixResample
Not used directly.
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum SgixResample
Fields
| Name | Description |
|---|---|
| PackResampleSgix | Original was GL_PACK_RESAMPLE_SGIX = 0x842E |
| 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 |
| UnpackResampleSgix | Original was GL_UNPACK_RESAMPLE_SGIX = 0x842F |