Search
Preparing search index...
The search index is not available
@tgl/core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Texture
Class Texture
Hierarchy
Texture
Index
Constructors
constructor
Properties
_gl
_handle
_height
_options
_ref
_width
_active
_bound
_max
Units
Accessors
format
height
web
GlTexture
width
Methods
bind
create
From
Data
create
From
Image
set
Filter
set
Wrapping
from
File
Constructors
constructor
new
Texture
(
_gl
:
WebGLRenderingContext
, options
:
TextureOptions
)
:
Texture
Parameters
_gl:
WebGLRenderingContext
options:
TextureOptions
Returns
Texture
Properties
Protected
_gl
_gl
:
WebGLRenderingContext
Private
_handle
_handle
:
WebGLTexture
Private
_height
_height
:
number
Protected
_options
_options
:
TextureOptions
Private
_ref
_ref
:
number
Private
_width
_width
:
number
Static
Private
_active
_active
:
number
= 0
Static
Private
_bound
_bound
:
WebGLTexture
[]
= []
Static
Private
_max
Units
_max
Units
:
number
= -1
Accessors
format
get
format
(
)
:
GlPixelFormat
Returns
GlPixelFormat
height
get
height
(
)
:
number
Returns
number
web
GlTexture
get
webGlTexture
(
)
:
WebGLTexture
Returns
WebGLTexture
width
get
width
(
)
:
number
Returns
number
Methods
bind
bind
(
unit
?:
number
)
:
number
Parameters
Optional
unit:
number
Returns
number
Private
create
From
Data
create
From
Data
(
data
:
ArrayBufferView
, width
?:
number
, height
?:
number
)
:
void
Parameters
data:
ArrayBufferView
Optional
width:
number
Optional
height:
number
Returns
void
Private
create
From
Image
create
From
Image
(
data
:
TextureImage
)
:
void
Parameters
data:
TextureImage
Returns
void
set
Filter
set
Filter
(
min
:
GlMinType
, mag
:
GlMagType
)
:
void
Parameters
min:
GlMinType
mag:
GlMagType
Returns
void
set
Wrapping
set
Wrapping
(
s
:
GlWrapMode
, t
:
GlWrapMode
)
:
void
Parameters
s:
GlWrapMode
t:
GlWrapMode
Returns
void
Static
from
File
from
File
(
gl
:
WebGLRenderingContext
, url
:
string
, options
?:
Partial
<
TextureOptions
>
)
:
Promise
<
Texture
>
Parameters
gl:
WebGLRenderingContext
url:
string
Default value
options:
Partial
<
TextureOptions
>
= {}
Returns
Promise
<
Texture
>
Globals
Gl
Blend
Equation
Gl
Buffer
Usage
Gl
Clear
Flags
Gl
Cull
Mode
Gl
Data
Type
Gl
Error
Gl
Mag
Type
Gl
Min
Type
Gl
Pixel
Format
Gl
Pixel
Type
Gl
Primitive
Type
Gl
Wrap
Mode
Drawable
Index
Buffer
Shader
Texture
constructor
_gl
_handle
_height
_options
_ref
_width
_active
_bound
_max
Units
format
height
web
GlTexture
width
bind
create
From
Data
create
From
Image
set
Filter
set
Wrapping
from
File
Tgl
Context
Vertex
Buffer
Attribute
Info
Attribute
Options
Buffer
Options
Drawable
Options
Shader
Options
Texture
Options
Uniform
Info
Texture
Image
Uniform
Collection
Uniform
Value
Default
Texture
Options
attribute
Defaults
buffer
Defaults
default
Options
Generated using
TypeDoc