Enum HpConvolutionBorderModes
Not used directly.
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum HpConvolutionBorderModes
Fields
Name | Description |
---|---|
ConstantBorderHp | Original was GL_CONSTANT_BORDER_HP = 0x8151 |
ConvolutionBorderColorHp | Original was GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154 |
IgnoreBorderHp | Original was GL_IGNORE_BORDER_HP = 0x8150 |
ReplicateBorderHp | Original was GL_REPLICATE_BORDER_HP = 0x8153 |