mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[vulkan] Clean up alias pipeline layout spec
It didn't really need the extra layer of indirection: now it's much clearer that the alias pipeline uses matrices and textures.
This commit is contained in:
parent
0983cc5d8c
commit
c10e529dfd
1 changed files with 1 additions and 3 deletions
|
@ -206,8 +206,6 @@
|
|||
},
|
||||
);
|
||||
};
|
||||
quakebsp_set = $properties.setLayouts.texture_set;
|
||||
alias_set = $properties.setLayouts.texture_set;
|
||||
sprite_set = {
|
||||
bindings = (
|
||||
{
|
||||
|
@ -337,7 +335,7 @@
|
|||
);
|
||||
};
|
||||
alias_layout = {
|
||||
setLayouts = (matrix_set, alias_set);
|
||||
setLayouts = (matrix_set, texture_set);
|
||||
pushConstantRanges = (
|
||||
{
|
||||
stageFlags = vertex;
|
||||
|
|
Loading…
Reference in a new issue