small render fixes

main
Dominik Madarász 2023-09-10 15:05:57 +02:00
parent 2d6ed9740d
commit 47e0d6c969
4 changed files with 8 additions and 8 deletions

View File

@ -2520,8 +2520,8 @@ handle program;
mesh_t geometry;
cubemap_t cubemap;
int flags;
unsigned framebuffers;
unsigned textures;
unsigned framebuffers[6];
unsigned textures[6];
unsigned char *pixels;
} skybox_t;
skybox_t skybox(const char *panorama_or_cubemap_folder, int flags);

View File

@ -16769,8 +16769,8 @@ typedef struct skybox_t {
int flags;
// mie
unsigned framebuffers;
unsigned textures;
unsigned framebuffers[6];
unsigned textures[6];
unsigned char *pixels;
} skybox_t;

View File

@ -614,8 +614,8 @@ typedef struct skybox_t {
int flags;
// mie
unsigned framebuffers;
unsigned textures;
unsigned framebuffers[6];
unsigned textures[6];
unsigned char *pixels;
} skybox_t;

View File

@ -2852,8 +2852,8 @@ typedef struct skybox_t {
int flags;
// mie
unsigned framebuffers;
unsigned textures;
unsigned framebuffers[6];
unsigned textures[6];
unsigned char *pixels;
} skybox_t;