Initial Grease Pencil 3.0 stage #106848

Merged
Falk David merged 224 commits from filedescriptor/blender:grease-pencil-v3 into main 2023-05-30 11:14:22 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 6d480ab9f0 - Show all commits

View File

@ -78,7 +78,8 @@ GPU_SHADER_CREATE_INFO(gpencil_geometry_next)
.vertex_out(gpencil_geometry_iface)
.vertex_source("gpencil_vert.glsl")
.fragment_source("gpencil_frag.glsl")
.additional_info("draw_gpencil_new");
.additional_info("draw_gpencil_new")
.depth_write(DepthWrite::ANY);
/** \} */