Skip to content

API Reference / @gtkx/gl / textureStorage2DMultisample

Function: textureStorage2DMultisample()

textureStorage2DMultisample(texture, samples, internalformat, width, height, fixedsamplelocations): void

Defined in: generated/commands.d.ts:5251

void glTextureStorage2DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

samples

number

GLsizei

internalformat

number

GLenum, group SizedInternalFormat

width

number

GLsizei

height

number

GLsizei

fixedsamplelocations

boolean

GLboolean

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glTextureStorage2DMultisample.xhtml

Released under the MPL-2.0 License.