GPUFramebuffer: Add possibility to blit stencil buffer.

This commit is contained in:
2017-11-10 23:36:05 +01:00
parent 0260fad9ba
commit f30a2a7862
8 changed files with 40 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ void GPU_framebuffer_blur(
void GPU_framebuffer_blit(
GPUFrameBuffer *fb_read, int read_slot,
GPUFrameBuffer *fb_write, int write_slot, bool use_depth);
GPUFrameBuffer *fb_write, int write_slot, bool use_depth, bool use_stencil);
void GPU_framebuffer_recursive_downsample(
GPUFrameBuffer *fb, struct GPUTexture *tex, int num_iter,