API Reference / @gtkx/gl / texStorage3DMultisample
Function: texStorage3DMultisample()
texStorage3DMultisample(
target,samples,internalformat,width,height,depth,fixedsamplelocations):void
Defined in: generated/commands.d.ts:5643
void glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_texture_storage_multisample Also provided by the GL_ARB_texture_storage_multisample extension. Also known as glTexStorage3DMultisampleOES.
Parameters
target
number
TextureTarget
samples
number
GLsizei
internalformat
number
SizedInternalFormat
width
number
GLsizei
height
number
GLsizei
depth
number
GLsizei
fixedsamplelocations
boolean
boolean
Returns
void