Click or drag to resize
Ab4d.SharpEngine logo

TextureLoaderCreateTexture Method

Overload List
 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