updating uniforms

This commit is contained in:
Greg Wells
2025-06-08 14:15:43 -04:00
parent 09ca995112
commit 86c903e73c
9 changed files with 59 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <vulkan/vulkan.h>
#include "utils/gryphn_bool.h"
#include <core/buffers/gryphn_buffer.h>
struct gnPlatformBuffer_t {
VkBuffer buffer;