d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
Texture.resize
d2d
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
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
Resizes the texture containing the new data.