Mandrill 2025.6.0
Loading...
Searching...
No Matches
Mandrill::App Member List

This is the complete list of members for Mandrill::App, including all inherited members.

App(const std::string &title, uint32_t width=1280, uint32_t height=720)Mandrill::App
appCursorPosCallback(GLFWwindow *pWindow, double xPos, double yPos)=0Mandrill::Appprotectedpure virtual
appGUI(ImGuiContext *pContext)=0Mandrill::Appprotectedpure virtual
appKeyCallback(GLFWwindow *pWindow, int key, int scancode, int action, int mods)=0Mandrill::Appprotectedpure virtual
appMouseButtonCallback(GLFWwindow *pWindow, int button, int action, int mods)=0Mandrill::Appprotectedpure virtual
baseCursorPosCallback(GLFWwindow *pWindow, double xPos, double yPos)Mandrill::Appprotected
baseGUI(ptr< Device > pDevice, ptr< Swapchain > pSwapchain, ptr< Pipeline > pPipeline)Mandrill::Appprotected
baseGUI(ptr< Device > pDevice, ptr< Swapchain > pSwapchain, std::vector< ptr< Pipeline > > pPipelines)Mandrill::Appprotected
baseKeyCallback(GLFWwindow *pWindow, int key, int scancode, int action, int mods, ptr< Device > pDevice, ptr< Swapchain > pSwapchain, ptr< Pipeline > pPipeline)Mandrill::Appprotected
baseKeyCallback(GLFWwindow *pWindow, int key, int scancode, int action, int mods, ptr< Device > pDevice, ptr< Swapchain > pSwapchain, std::vector< ptr< Pipeline > > pPipelines)Mandrill::Appprotected
baseMouseButtonCallback(GLFWwindow *pWindow, int button, int action, int mods, ptr< Camera > pCamera)Mandrill::Appprotected
createGUI(ptr< Device > pDevice, ptr< Pass > pPass)Mandrill::Appprotected
destroyGUI(ptr< Device > pDevice)Mandrill::Appprotected
getCursorDelta() constMandrill::Appinlineprotected
keyboardCapturedByGUI() constMandrill::Appinlineprotected
mHeight (defined in Mandrill::App)Mandrill::Appprotected
mouseCapturedByGUI() constMandrill::Appinlineprotected
mpWindow (defined in Mandrill::App)Mandrill::Appprotected
mTime (defined in Mandrill::App)Mandrill::Appprotected
mWidth (defined in Mandrill::App)Mandrill::Appprotected
render()=0Mandrill::Appprotectedpure virtual
renderGUI(VkCommandBuffer cmd) constMandrill::Appprotected
run()Mandrill::App
update(float delta)=0Mandrill::Appprotectedpure virtual
~App()Mandrill::App