API Reference / @gtkx/gl / textureStorage3DMultisample
Function: textureStorage3DMultisample()
textureStorage3DMultisample(
texture,samples,internalformat,width,height,depth,fixedsamplelocations):void
Defined in: generated/commands.d.ts:5889
void glTextureStorage3DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Texture object functions.
Parameters
texture
number
GLuint, object class texture
samples
number
GLsizei
internalformat
number
SizedInternalFormat
width
number
GLsizei
height
number
GLsizei
depth
number
GLsizei
fixedsamplelocations
boolean
boolean
Returns
void