mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 13:20:24 +01:00
nir/nir_variable: Add a descriptor set field
We need this for SPIR-V
This commit is contained in:
parent
85cf2385c5
commit
f4608bc530
1 changed files with 5 additions and 0 deletions
|
|
@ -296,6 +296,11 @@ typedef struct {
|
|||
*/
|
||||
int index;
|
||||
|
||||
/**
|
||||
* Descriptor set binding for sampler or UBO.
|
||||
*/
|
||||
int descriptor_set;
|
||||
|
||||
/**
|
||||
* Initial binding point for a sampler or UBO.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue