Method | Description | |
---|---|---|
Create ( PPDDevice device, int width, int height, int level, bool pa ) : TextureBase | ||
CreateRenderTarget ( PPDDevice device, int width, int height, int level, bool pa ) : TextureBase | ||
FromFile ( PPDDevice device, string filename, int width, int height, bool pa ) : TextureBase | ||
FromStream ( PPDDevice device, Stream stream, int width, int height, bool pa ) : TextureBase |
public Create ( PPDDevice device, int width, int height, int level, bool pa ) : TextureBase | ||
device | PPDDevice | |
width | int | |
height | int | |
level | int | |
pa | bool | |
return | TextureBase |
public CreateRenderTarget ( PPDDevice device, int width, int height, int level, bool pa ) : TextureBase | ||
device | PPDDevice | |
width | int | |
height | int | |
level | int | |
pa | bool | |
return | TextureBase |
public FromFile ( PPDDevice device, string filename, int width, int height, bool pa ) : TextureBase | ||
device | PPDDevice | |
filename | string | |
width | int | |
height | int | |
pa | bool | |
return | TextureBase |
public FromStream ( PPDDevice device, Stream stream, int width, int height, bool pa ) : TextureBase | ||
device | PPDDevice | |
stream | Stream | |
width | int | |
height | int | |
pa | bool | |
return | TextureBase |