mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
lavapipe: Set minAccelerationStructureScratchOffsetAlignment to 8
The 128 alignment was copied from RADV (which does not need it). 8 bytes should be enough. Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31365>
This commit is contained in:
parent
4cb8ecd47c
commit
8aa314d3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ lvp_get_properties(const struct lvp_physical_device *device, struct vk_propertie
|
|||
.maxPerStageDescriptorUpdateAfterBindAccelerationStructures = MAX_DESCRIPTORS,
|
||||
.maxDescriptorSetAccelerationStructures = MAX_DESCRIPTORS,
|
||||
.maxDescriptorSetUpdateAfterBindAccelerationStructures = MAX_DESCRIPTORS,
|
||||
.minAccelerationStructureScratchOffsetAlignment = 128,
|
||||
.minAccelerationStructureScratchOffsetAlignment = 8,
|
||||
|
||||
/* VK_EXT_legacy_vertex_attributes */
|
||||
.nativeUnalignedPerformance = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue