Memory allocated to vertex buffer but the total verts are zero. This triggers assert in bind function when `vbo_size_` is zero. Exit out of funtion early to prevent the assert. Also wrap `DRW_shgroup_call_no_cull` with if check. Pull Request: https://projects.blender.org/blender/blender/pulls/128248