d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
Texture.this
d2d
rendering
texture
Texture
Only allocates memory for the instance but does not create anything.
this
()
class
Texture
this
(
)
this
(
string
file
,
TextureFilterMode
min
=
TextureFilterMode
.
Linear
,
TextureFilterMode
mag
=
TextureFilterMode
.
Linear
,
TextureClampMode
wrapX
=
TextureClampMode
.
Repeat
,
TextureClampMode
wrapY
=
TextureClampMode
.
Repeat
)
Meta
Source
See Implementation
d2d
rendering
texture
Texture
constructors
this
functions
applyParameters
bind
create
dispose
fromBitmap
recreate
recreateFromBitmap
resize
properties
height
id
valid
white
width
variables
enableMipMaps
magFilter
minFilter
wrapX
wrapY
Only allocates memory for the instance but does not create anything.