Cleanup: style for GPU module
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user