vkd3d/libs
Francisco Casas abb207fab0 vkd3d-shader/hlsl: Always specify resource on intrinsic_tex().
Otherwise, in the added test, we get:

vkd3d-compiler: vkd3d-shader/hlsl.c:452: hlsl_init_deref_from_index_chain: Assertion `chain' failed.

because on the path that triggers the following error:

E5002: Wrong type for argument 1 of 'tex3D': expected 'sampler' or 'sampler3D', but got 'sampler2D'.

a NULL params.resource is passed to hlsl_new_resource_load() and
then to hlsl_init_deref_from_index_chain().
2023-05-01 22:18:46 +02:00
..
vkd3d vkd3d: Synchronise concurrent descriptor heap binding by multiple command lists. 2023-04-28 21:04:02 +02:00
vkd3d-common vkd3d-common: Make some global string variables const. 2023-04-06 17:52:08 +02:00
vkd3d-shader vkd3d-shader/hlsl: Always specify resource on intrinsic_tex(). 2023-05-01 22:18:46 +02:00
vkd3d-utils vkd3d-utils: Export D3D12CreateDevice() once again. 2023-04-04 22:01:04 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00