Click or drag to resize
Ab4d.SharpEngine logo

TextureLoader Methods

The TextureLoader type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateTexture(String, Scene, IBitmapIO, Boolean, Boolean) CreateTexture creates a GpuImage from the specified file. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(String, VulkanDevice, IBitmapIO, Boolean, Boolean) CreateTexture creates a GpuImage from the specified file.
Public methodStatic memberCreateTexture(Stream, String, Scene, IBitmapIO, Boolean, Boolean) CreateTexture creates a GpuImage from the specified file. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(Stream, String, VulkanDevice, IBitmapIO, Boolean, Boolean) CreateTexture creates a GpuImage from the specified file. See remarks for TextureLoader for more info.
Top
See Also