vkd3d/libs
Francisco Casas 5c285adc6b vkd3d-shader/hlsl: Use hlsl_ir_index for array and record access.
From this point on, it is no longer true that only hlsl_ir_loads can
return objects, because an object can also come from chain of
hlsl_ir_indexes that ends in an hlsl_ir_load.

The lower_index_loads pass takes care of lowering all hlsl_ir_indexes
into hlsl_ir_loads.

For this reason, hlsl_resource_load_params now expects both the resource
as the sampler to be just an hlsl_ir_node pointer instead of a pointer
to a more specific hlsl_ir_load.
2023-04-13 23:05:32 +02:00
..
vkd3d vkd3d: Persistently map host-visible heaps on creation. 2023-04-10 21:00:17 +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: Use hlsl_ir_index for array and record access. 2023-04-13 23:05:32 +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