Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/workbench/workbench_private.h
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | typedef struct WORKBENCH_FramebufferList { | ||||
| struct GPUFrameBuffer *dof_downsample_fb; | struct GPUFrameBuffer *dof_downsample_fb; | ||||
| struct GPUFrameBuffer *dof_coc_tile_h_fb; | struct GPUFrameBuffer *dof_coc_tile_h_fb; | ||||
| struct GPUFrameBuffer *dof_coc_tile_v_fb; | struct GPUFrameBuffer *dof_coc_tile_v_fb; | ||||
| struct GPUFrameBuffer *dof_coc_dilate_fb; | struct GPUFrameBuffer *dof_coc_dilate_fb; | ||||
| struct GPUFrameBuffer *dof_blur1_fb; | struct GPUFrameBuffer *dof_blur1_fb; | ||||
| struct GPUFrameBuffer *dof_blur2_fb; | struct GPUFrameBuffer *dof_blur2_fb; | ||||
| struct GPUFrameBuffer *antialiasing_fb; | struct GPUFrameBuffer *antialiasing_fb; | ||||
| struct GPUFrameBuffer *antialiasing_in_front_fb; | |||||
| struct GPUFrameBuffer *smaa_edge_fb; | struct GPUFrameBuffer *smaa_edge_fb; | ||||
| struct GPUFrameBuffer *smaa_weight_fb; | struct GPUFrameBuffer *smaa_weight_fb; | ||||
| } WORKBENCH_FramebufferList; | } WORKBENCH_FramebufferList; | ||||
| typedef struct WORKBENCH_TextureList { | typedef struct WORKBENCH_TextureList { | ||||
| struct GPUTexture *dof_source_tx; | struct GPUTexture *dof_source_tx; | ||||
| struct GPUTexture *coc_halfres_tx; | struct GPUTexture *coc_halfres_tx; | ||||
| struct GPUTexture *history_buffer_tx; | struct GPUTexture *history_buffer_tx; | ||||
| struct GPUTexture *depth_buffer_tx; | struct GPUTexture *depth_buffer_tx; | ||||
| struct GPUTexture *depth_in_front_buffer_tx; | |||||
fclem: nitpick: depth_buffer_in_front_tx | |||||
| struct GPUTexture *smaa_search_tx; | struct GPUTexture *smaa_search_tx; | ||||
| struct GPUTexture *smaa_area_tx; | struct GPUTexture *smaa_area_tx; | ||||
| struct GPUTexture *dummy_image_tx; | struct GPUTexture *dummy_image_tx; | ||||
| struct GPUTexture *dummy_volume_tx; | struct GPUTexture *dummy_volume_tx; | ||||
| struct GPUTexture *dummy_shadow_tx; | struct GPUTexture *dummy_shadow_tx; | ||||
| struct GPUTexture *dummy_coba_tx; | struct GPUTexture *dummy_coba_tx; | ||||
| } WORKBENCH_TextureList; | } WORKBENCH_TextureList; | ||||
| ▲ Show 20 Lines • Show All 398 Lines • Show Last 20 Lines | |||||
nitpick: depth_buffer_in_front_tx