mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
mesa/glspirv: lower workgroup access to offsets
This will perform the CS shared lowering. See 8761a04d0d
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
fbcebfc5bf
commit
7600678216
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ _mesa_spirv_to_nir(struct gl_context *ctx,
|
|||
}
|
||||
|
||||
const struct spirv_to_nir_options spirv_options = {
|
||||
.lower_workgroup_access_to_offsets = true,
|
||||
.caps = ctx->Const.SpirVCapabilities
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue