OpenGL presentaion queue *****

This commit is contained in:
Gregory Wells
2025-07-10 17:05:02 -04:00
parent 33ac5b3f13
commit 04a19fce18
7 changed files with 145 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <glad/glad.h>
#include "textures/gryphn_texture.h"
typedef struct gnPlatformTexture_t {
GLuint id;
} gnPlatformTexture;