pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
Texture2D
polyplex
core
content
textures
abstract
class
Texture2D {
TextureImg
image
;
void
Bind
(
int
attach_pos
=
0
,
Shader
s
=
null
)
;
void
Unbind
()
;
}
Members
Functions
Bind
void
Bind
(
int
attach_pos
=
0
,
Shader
s
=
null
)
Binds the texture.
Unbind
void
Unbind
()
Unbinds the texture.
Meta
Source
See Implementation
polyplex
core
content
textures
classes
Texture2D
Texture2DEffectors