Module: GL_OES_texture_storage_multisample_2d_array::Functions

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

Constant Summary collapse

Parameters =
{
  glTexStorage3DMultisampleOES: [ :void, :GLenum, :GLsizei, :GLenum, :GLsizei, :GLsizei, :GLsizei, :GLboolean ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glTexStorage3DMultisampleOES(target, samples, internalformat, width, height, depth, fixedsamplelocations) ⇒ Object



11
# File 'lib/opengl-definitions/extensions/GL_OES_texture_storage_multisample_2d_array.rb', line 11

def glTexStorage3DMultisampleOES(target, samples, internalformat, width, height, depth, fixedsamplelocations) end