Skip to content

API Reference / @gtkx/gl / textureStorage1D

Function: textureStorage1D()

textureStorage1D(texture, levels, internalformat, width): void

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

void glTextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)

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

levels

number

GLsizei

internalformat

number

SizedInternalFormat

width

number

GLsizei

Returns

void

Released under the MPL-2.0 License.