Enum OmlResample
Not used directly.
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum OmlResample
Fields
| Name | Description |
|---|---|
| PackResampleOml | Original was GL_PACK_RESAMPLE_OML = 0x8984 |
| ResampleAverageOml | Original was GL_RESAMPLE_AVERAGE_OML = 0x8988 |
| ResampleDecimateOml | Original was GL_RESAMPLE_DECIMATE_OML = 0x8989 |
| ResampleReplicateOml | Original was GL_RESAMPLE_REPLICATE_OML = 0x8986 |
| ResampleZeroFillOml | Original was GL_RESAMPLE_ZERO_FILL_OML = 0x8987 |
| UnpackResampleOml | Original was GL_UNPACK_RESAMPLE_OML = 0x8985 |