Cleanup: style for GPU module

This commit is contained in:
2018-07-18 23:09:31 +10:00
parent f882df9e0f
commit 428743a9b0
31 changed files with 736 additions and 640 deletions

View File

@@ -179,7 +179,8 @@ void GPU_framebuffer_recursive_downsample(
* - wrapper around framebuffer and texture for simple offscreen drawing
*/
GPUOffScreen *GPU_offscreen_create(int width, int height, int samples,
GPUOffScreen *GPU_offscreen_create(
int width, int height, int samples,
bool depth, bool high_bitdepth, char err_out[256]);
void GPU_offscreen_free(GPUOffScreen *ofs);
void GPU_offscreen_bind(GPUOffScreen *ofs, bool save);