d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Texture.resize
D2DGame
Rendering
Texture
Texture
Resizes the texture containing the new data.
class
Texture
void
resize
(
uint
width
,
uint
height
,
void
[]
pixels
= null
)
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
Resizes the texture containing the new data.