mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
[vulkan] Update staging test for properties2
This commit is contained in:
parent
035595dd7e
commit
be4978dc16
1 changed files with 6 additions and 3 deletions
|
@ -155,11 +155,14 @@ qfv_devfuncs_t dfuncs = {
|
|||
.vkQueueSubmit = vkQueueSubmit,
|
||||
};
|
||||
qfv_physdev_t physDev = {
|
||||
.properties = {
|
||||
.limits = {
|
||||
.nonCoherentAtomSize = 256,
|
||||
.properties2 = {
|
||||
.properties = {
|
||||
.limits = {
|
||||
.nonCoherentAtomSize = 256,
|
||||
},
|
||||
},
|
||||
},
|
||||
.properties = &physDev.properties2.properties,
|
||||
};
|
||||
qfv_device_t device = {
|
||||
.physDev = &physDev,
|
||||
|
|
Loading…
Reference in a new issue