Skip to content

vkd3d-shader/hlsl: Fix numeric offset of object fields.

Francisco Casas requested to merge fcasas/vkd3d:object_offset_fix into master

While struct and array fields within a struct always push the next fields numeric offset to the next register boundary, objects alone don't.

Merge request reports

Loading