Skip to content

nvk: Support base instance in instanced draw calls

We need this because gl_InstanceIndex is lowered as gl_BaseInstance + gl_InstanceID.

Merge request reports