Module: GL_ARB_texture_multisample
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_texture_multisample.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- Functions =
{ def glTexImage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations) end => [ :void, :GLenum, :GLsizei, :GLenum, :GLsizei, :GLsizei, :GLboolean ].freeze, def glTexImage3DMultisample(target, samples, internalformat, width, height, depth, fixedsamplelocations) end => [ :void, :GLenum, :GLsizei, :GLenum, :GLsizei, :GLsizei, :GLsizei, :GLboolean ].freeze, def glGetMultisamplefv(pname, index, val) end => [ :void, :GLenum, :GLuint, :pointer ].freeze, def glSampleMaski(maskNumber, mask) end => [ :void, :GLuint, :GLbitfield ].freeze, }.freeze