Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/modes/edit_curve_mode.c
| Context not available. | |||||
| MULTISAMPLE_SYNC_DISABLE_NO_DEPTH(dfbl, dtxl); | MULTISAMPLE_SYNC_DISABLE_NO_DEPTH(dfbl, dtxl); | ||||
| } | } | ||||
| /* Thoses passes don't write to depth and are AA'ed using other tricks. */ | /* These passes don't write to depth and are AA'ed using other tricks. */ | ||||
| DRW_draw_pass(psl->overlay_edge_pass); | DRW_draw_pass(psl->overlay_edge_pass); | ||||
| DRW_draw_pass(psl->overlay_vert_pass); | DRW_draw_pass(psl->overlay_vert_pass); | ||||
| } | } | ||||
| Context not available. | |||||