small render fixes
parent
2d6ed9740d
commit
47e0d6c969
|
@ -2520,8 +2520,8 @@ handle program;
|
||||||
mesh_t geometry;
|
mesh_t geometry;
|
||||||
cubemap_t cubemap;
|
cubemap_t cubemap;
|
||||||
int flags;
|
int flags;
|
||||||
unsigned framebuffers;
|
unsigned framebuffers[6];
|
||||||
unsigned textures;
|
unsigned textures[6];
|
||||||
unsigned char *pixels;
|
unsigned char *pixels;
|
||||||
} skybox_t;
|
} skybox_t;
|
||||||
skybox_t skybox(const char *panorama_or_cubemap_folder, int flags);
|
skybox_t skybox(const char *panorama_or_cubemap_folder, int flags);
|
||||||
|
|
|
@ -16769,8 +16769,8 @@ typedef struct skybox_t {
|
||||||
int flags;
|
int flags;
|
||||||
|
|
||||||
// mie
|
// mie
|
||||||
unsigned framebuffers;
|
unsigned framebuffers[6];
|
||||||
unsigned textures;
|
unsigned textures[6];
|
||||||
unsigned char *pixels;
|
unsigned char *pixels;
|
||||||
} skybox_t;
|
} skybox_t;
|
||||||
|
|
||||||
|
|
|
@ -614,8 +614,8 @@ typedef struct skybox_t {
|
||||||
int flags;
|
int flags;
|
||||||
|
|
||||||
// mie
|
// mie
|
||||||
unsigned framebuffers;
|
unsigned framebuffers[6];
|
||||||
unsigned textures;
|
unsigned textures[6];
|
||||||
unsigned char *pixels;
|
unsigned char *pixels;
|
||||||
} skybox_t;
|
} skybox_t;
|
||||||
|
|
||||||
|
|
|
@ -2852,8 +2852,8 @@ typedef struct skybox_t {
|
||||||
int flags;
|
int flags;
|
||||||
|
|
||||||
// mie
|
// mie
|
||||||
unsigned framebuffers;
|
unsigned framebuffers[6];
|
||||||
unsigned textures;
|
unsigned textures[6];
|
||||||
unsigned char *pixels;
|
unsigned char *pixels;
|
||||||
} skybox_t;
|
} skybox_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue