glow rendering fixes to bring stars back
This commit is contained in:
parent
657b590b6f
commit
c538641ec8
26 changed files with 773 additions and 1491 deletions
|
|
@ -48,6 +48,7 @@ void pxl8_cmdbuf_destroy(pxl8_gfx_cmdbuf* cb);
|
|||
void pxl8_cmdbuf_reset(pxl8_gfx_cmdbuf* cb);
|
||||
|
||||
void pxl8_begin_pass(pxl8_gfx_cmdbuf* cb, pxl8_gfx_pass pass);
|
||||
void pxl8_cmdbuf_clear_depth(pxl8_gfx_cmdbuf* cb, pxl8_gfx_texture texture);
|
||||
void pxl8_end_pass(pxl8_gfx_cmdbuf* cb);
|
||||
void pxl8_set_bindings(pxl8_gfx_cmdbuf* cb, pxl8_gfx_bindings bindings);
|
||||
void pxl8_set_draw_params(pxl8_gfx_cmdbuf* cb, const pxl8_gfx_cmd_draw_params* p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue