d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Texture.this
D2DGame
Rendering
Texture
Texture
Only allocates memory for the instance but does not create anything.
this
()
class
Texture
this
(
)
this
(string file, TextureFilterMode min, TextureFilterMode mag, TextureClampMode wrapX, TextureClampMode wrapY)
Meta
Source
See Implementation
D2DGame
Rendering
Texture
Texture
constructors
this
destructors
~this
functions
applyParameters
bind
create
dispose
fromBitmap
resize
properties
height
id
valid
white
width
static functions
load
variables
enableMipMaps
magFilter
minFilter
wrapX
wrapY
Only allocates memory for the instance but does not create anything.