mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 14:18:26 +02:00
nir: make nir_variable::descriptor_set a 32-bit variable
With descriptor heap there is no limit. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40649>
This commit is contained in:
parent
f35839a6bc
commit
df515cfb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ typedef struct nir_variable {
|
|||
/**
|
||||
* Descriptor set binding for sampler or UBO.
|
||||
*/
|
||||
unsigned descriptor_set : 5;
|
||||
unsigned descriptor_set;
|
||||
|
||||
#define NIR_VARIABLE_NO_INDEX ~0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue