Module: GL_IMG_framebuffer_downsample::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_IMG_framebuffer_downsample.rb
Constant Summary collapse
- Parameters =
{ glFramebufferTexture2DDownsampleIMG: [ :void, :GLenum, :GLenum, :GLenum, :GLuint, :GLint, :GLint, :GLint ].freeze, glFramebufferTextureLayerDownsampleIMG: [ :void, :GLenum, :GLenum, :GLuint, :GLint, :GLint, :GLint, :GLint ].freeze, }.freeze
Instance Method Summary collapse
- #glFramebufferTexture2DDownsampleIMG(target, attachment, textarget, texture, level, xscale, yscale) ⇒ Object
- #glFramebufferTextureLayerDownsampleIMG(target, attachment, texture, level, layer, xscale, yscale) ⇒ Object
Instance Method Details
#glFramebufferTexture2DDownsampleIMG(target, attachment, textarget, texture, level, xscale, yscale) ⇒ Object
10 |
# File 'lib/opengl-definitions/extensions/GL_IMG_framebuffer_downsample.rb', line 10 def glFramebufferTexture2DDownsampleIMG(target, , textarget, texture, level, xscale, yscale) end |
#glFramebufferTextureLayerDownsampleIMG(target, attachment, texture, level, layer, xscale, yscale) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GL_IMG_framebuffer_downsample.rb', line 11 def glFramebufferTextureLayerDownsampleIMG(target, , texture, level, layer, xscale, yscale) end |