Module: vkd3d Branch: master Commit: 5ebe0cc7173caaf5dc6f25b8021c2e3c4c36a8a2 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/5ebe0cc7173caaf5dc6f25b8021c2e...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Wed Jun 14 00:15:07 2023 +1000
vkd3d-shader/spirv: Do not assert VKD3D_DATA_UINT in spirv_compiler_emit_ld_raw_structured_srv_uav().
---
libs/vkd3d-shader/spirv.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/libs/vkd3d-shader/spirv.c b/libs/vkd3d-shader/spirv.c index e8068f3a..5d9b78b2 100644 --- a/libs/vkd3d-shader/spirv.c +++ b/libs/vkd3d-shader/spirv.c @@ -8324,7 +8324,6 @@ static void spirv_compiler_emit_ld_raw_structured_srv_uav(struct spirv_compiler type_id, val_id, 0); } } - assert(dst->reg.data_type == VKD3D_DATA_UINT); spirv_compiler_emit_store_dst_components(compiler, dst, VKD3D_SHADER_COMPONENT_UINT, constituents); }