102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
backend_opengl_private.h
Go to the documentation of this file.
1#ifndef BACKEND_OPENGL_PRIVATE_H
2#define BACKEND_OPENGL_PRIVATE_H
3
4#include "graphics_private.h"
5
6#include <SDL3/SDL.h>
7#include <glad/gl.h>
8#include <stdbool.h>
9
47
48#endif // BACKEND_OPENGL_PRIVATE_H
#define DTTR_SAMPLER_COUNT
#define DTTR_MAX_STAGED_TEXTURES
GLuint deferred_gl_destroys[DTTR_MAX_STAGED_TEXTURES]
GLuint pending_mipmap_textures[DTTR_MAX_STAGED_TEXTURES]
GLuint gl_samplers[DTTR_SAMPLER_COUNT]
GLuint gl_textures[DTTR_MAX_STAGED_TEXTURES]