Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/DRW_render.h
| Show First 20 Lines • Show All 121 Lines • ▼ Show 20 Lines | if (dfbl->multisample_fb != NULL) { \ | ||||
| GPU_framebuffer_bind(dfbl->default_fb); \ | GPU_framebuffer_bind(dfbl->default_fb); \ | ||||
| DRW_multisamples_resolve(dtxl->multisample_depth, dtxl->multisample_color); \ | DRW_multisamples_resolve(dtxl->multisample_depth, dtxl->multisample_color); \ | ||||
| DRW_stats_query_end(); \ | DRW_stats_query_end(); \ | ||||
| } \ | } \ | ||||
| } | } | ||||
| typedef struct DrawEngineDataSize { | typedef struct DrawEngineDataSize { | ||||
| int fbl_len; | int fbl_len; | ||||
| int txl_len; | int txl_len; | ||||
| int psl_len; | int psl_len; | ||||
| int stl_len; | int stl_len; | ||||
| } DrawEngineDataSize; | } DrawEngineDataSize; | ||||
| typedef struct DrawEngineType { | typedef struct DrawEngineType { | ||||
| ▲ Show 20 Lines • Show All 442 Lines • Show Last 20 Lines | |||||