API Reference / @gtkx/gl / texImage3DMultisample
Function: texImage3DMultisample()
texImage3DMultisample(
target,samples,internalformat,width,height,depth,fixedsamplelocations):void
Defined in: generated/commands.d.ts:5498
void glTexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Provided by GL_VERSION_3_2. Registry note: Reuse ARB_texture_multisample Also provided by the GL_ARB_texture_multisample extension.
Parameters
target
number
TextureTarget
samples
number
GLsizei
internalformat
number
InternalFormat
width
number
GLsizei
height
number
GLsizei
depth
number
GLsizei
fixedsamplelocations
boolean
boolean
Returns
void