Add PlantUML flowchart

This commit is contained in:
2024-10-11 11:13:02 -05:00
parent edfbddea55
commit c1de710dde
6 changed files with 154 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ void initWindow() {
glfwInit();
glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);
// Settings for the window are set, create window reference.
Global::window = glfwCreateWindow(Global::WIDTH, Global::HEIGHT, "Vulkan", nullptr, nullptr);
Global::window = glfwCreateWindow(Global::WIDTH, Global::HEIGHT, "Trimgles :o", nullptr, nullptr);
glfwSetWindowUserPointer(Global::window, &EntryApp::getInstance());
glfwSetFramebufferSizeCallback(Global::window, framebufferResizeCallback);
}

View File

@@ -1,4 +1,5 @@
#include "entrypoint.h"
int main() {
EntryApp::getInstance().initialize();
try {

Binary file not shown.

Binary file not shown.