evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
VulkanTexture
evael
renderer
vk
vk_texture
Undocumented in source.
class
VulkanTexture :
Texture
{
this
();
~this
();
void
dispose
();
static
VulkanTexture
load
(string fileName);
}
Constructors
this
this
()
VkTexture constructor.
Destructor
~this
~this
()
VkTexture destructor.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
load
VulkanTexture
load
(string fileName)
Loads a texture.
Meta
Source
See Implementation
evael
renderer
vk
vk_texture
classes
VulkanTexture