Method | Description | |
---|---|---|
scale ( |
Scales the texture data of the given texture.
|
|
scaled ( |
Returns a scaled copy of given texture.
|
Method | Description | |
---|---|---|
_gpu_scale ( |
public static scale ( |
||
tex | Texure to scale | |
width | int | New width |
height | int | New height |
mode | FilterMode | Filtering mode |
return | void |
public static scaled ( |
||
src | ||
width | int | Destination texture width |
height | int | Destination texture height |
mode | FilterMode | Filtering mode |
return |