only load device functions once per instance

This commit is contained in:
Greg Wells
2025-05-29 14:04:18 -04:00
parent 3f776277cd
commit 088d5a2adf
4 changed files with 12 additions and 3 deletions

View File

@@ -13,3 +13,4 @@
#include <core/renderpass/gryphn_render_pass_descriptor.h>
#include <core/framebuffer/gryphn_framebuffer.h>
#include <core/textures/gryphn_texture.h>
#include <core/command/command_pool/gryphn_command_pool.h>