bireactive - v0.3.1
Interface Tex
A GPU-resident image: a texture plus its dimensions.
interface
Tex
{
h
:
number
;
tex
:
WebGLTexture
;
w
:
number
;
}
Index
Properties
h
tex
w
Properties
h
h
:
number
tex
tex
:
WebGLTexture
w
w
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
h
tex
w
Demo
bireactive - v0.3.1
A GPU-resident image: a texture plus its dimensions.