Skip to content

API Reference / @gtkx/gl / texImage2DMultisample

Function: texImage2DMultisample()

texImage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations): void

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

void glTexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)

Provided by GL_VERSION_3_2.

Parameters

target

number

GLenum, group TextureTarget

samples

number

GLsizei

internalformat

number

GLenum, group InternalFormat

width

number

GLsizei

height

number

GLsizei

fixedsamplelocations

boolean

GLboolean

Returns

void

See

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

Released under the MPL-2.0 License.