VulkanDevice

Undocumented in source.

Constructors

this
this(GraphicsSettings graphicsSettings)

VkDevice constructor.

Destructor

~this
~this()

VkDevice destructor.

Members

Functions

beginFrame
void beginFrame(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
createLogicalDevice
void createLogicalDevice()
Undocumented in source. Be warned that the author may not have intended to support it.
endFrame
void endFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
findQueueFamilies
uint findQueueFamilies()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

window
GLFWwindow* window [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From GraphicsDevice

m_graphicsSettings
GraphicsSettings m_graphicsSettings;
Undocumented in source.
m_window
GLFWwindow* m_window;
Undocumented in source.
~this
~this()

Device destructor.

beginFrame
void beginFrame(Color color)
Undocumented in source.
endFrame
void endFrame()
Undocumented in source.
window
GLFWwindow* window [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta