Click or drag to resize
Ab4d.SharpEngine logo

TextureLoaderCreateTexture Method

Overload List
 NameDescription
Public methodStatic memberCreateTexture(String, Scene, IBitmapIO, Boolean, Boolean, BitmapLoadOptions) CreateTexture creates a GpuImage from the specified file. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(String, VulkanDevice, IBitmapIO, Boolean, Boolean, BitmapLoadOptions) CreateTexture creates a GpuImage from the specified file.
Public methodStatic memberCreateTexture(Stream, String, Scene, IBitmapIO, Boolean, Boolean, BitmapLoadOptions) CreateTexture creates a GpuImage from the specified file stream. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(Stream, String, VulkanDevice, IBitmapIO, Boolean, Boolean, BitmapLoadOptions) CreateTexture creates a GpuImage from the specified file stream. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(String, Scene, ActionGpuImage, IBitmapIO, Boolean, Boolean, ActionException, BitmapLoadOptions) CreateTexture loads the specified texture file in the background and calls the specified textureCreatedCallback when the GpuImage is created. Optionally the textureCreationFailedCallback can be called when an exception happens. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(String, VulkanDevice, ActionGpuImage, IBitmapIO, Boolean, Boolean, ActionException, BitmapLoadOptions) CreateTexture loads the specified texture file in the background and calls the specified textureCreatedCallback when the GpuImage is created. Optionally the textureCreationFailedCallback can be called when an exception happens. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(Stream, String, Scene, ActionGpuImage, IBitmapIO, Boolean, Boolean, ActionException, BitmapLoadOptions) CreateTexture loads the specified texture file in the background and calls the specified textureCreatedCallback when the GpuImage is created. Optionally the textureCreationFailedCallback can be called when an exception happens. See remarks for TextureLoader for more info.
Public methodStatic memberCreateTexture(Stream, String, VulkanDevice, ActionGpuImage, IBitmapIO, Boolean, Boolean, ActionException, BitmapLoadOptions) CreateTexture loads the specified texture file in the background and calls the specified textureCreatedCallback when the GpuImage is created. Optionally the textureCreationFailedCallback can be called when an exception happens. See remarks for TextureLoader for more info.
Top
See Also