Module: GL_OML_resample::Constants

Defined in:
lib/opengl-definitions/extensions/GL_OML_resample.rb

Constant Summary collapse

PACK_RESAMPLE_OML =
0x8984
UNPACK_RESAMPLE_OML =
0x8985
RESAMPLE_REPLICATE_OML =
0x8986
RESAMPLE_ZERO_FILL_OML =
0x8987
RESAMPLE_AVERAGE_OML =
0x8988
RESAMPLE_DECIMATE_OML =
0x8989