Module: GL_NV_sample_locations::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_NV_sample_locations.rb
Constant Summary collapse
- Parameters =
{ glFramebufferSampleLocationsfvNV: [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze, glNamedFramebufferSampleLocationsfvNV: [ :void, :GLuint, :GLuint, :GLsizei, :pointer ].freeze, glResolveDepthValuesNV: [ :void ].freeze, }.freeze
Instance Method Summary collapse
- #glFramebufferSampleLocationsfvNV(target, start, count, v) ⇒ Object
- #glNamedFramebufferSampleLocationsfvNV(framebuffer, start, count, v) ⇒ Object
- #glResolveDepthValuesNV ⇒ Object
Instance Method Details
#glFramebufferSampleLocationsfvNV(target, start, count, v) ⇒ Object
14 |
# File 'lib/opengl-definitions/extensions/GL_NV_sample_locations.rb', line 14 def glFramebufferSampleLocationsfvNV(target, start, count, v) end |
#glNamedFramebufferSampleLocationsfvNV(framebuffer, start, count, v) ⇒ Object
15 |
# File 'lib/opengl-definitions/extensions/GL_NV_sample_locations.rb', line 15 def glNamedFramebufferSampleLocationsfvNV(framebuffer, start, count, v) end |
#glResolveDepthValuesNV ⇒ Object
16 |
# File 'lib/opengl-definitions/extensions/GL_NV_sample_locations.rb', line 16 def glResolveDepthValuesNV() end |