|
TextureLoader Methods |
The TextureLoader type exposes the following members.
Methods | Name | Description |
---|
| CreateTexture(String, Scene, IBitmapIO, Boolean, Boolean) |
CreateTexture creates a GpuImage from the specified file.
See remarks for TextureLoader for more info.
|
| CreateTexture(String, VulkanDevice, IBitmapIO, Boolean, Boolean) |
CreateTexture creates a GpuImage from the specified file.
|
| CreateTexture(Stream, String, Scene, IBitmapIO, Boolean, Boolean) |
CreateTexture creates a GpuImage from the specified file.
See remarks for TextureLoader for more info.
|
| CreateTexture(Stream, String, VulkanDevice, IBitmapIO, Boolean, Boolean) |
CreateTexture creates a GpuImage from the specified file.
See remarks for TextureLoader for more info.
|
TopSee Also