small render fixes
parent
2d6ed9740d
commit
47e0d6c969
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue