-
54038f2e
by Giovanni Mascellani at 2026-01-13T15:24:01+01:00
vkd3d-shader/dxil: Remove the "reg_type" field from struct sm6_descriptor_info.
The same information is already encoded by the "type" field.
-
2fed8868
by Giovanni Mascellani at 2026-01-13T15:24:01+01:00
vkd3d-shader/dxil: Remove the "reg_data_type" field from struct sm6_descriptor_info.
The same information is already encoded by the "type" field.
-
70fe2306
by Giovanni Mascellani at 2026-01-13T15:24:01+01:00
vkd3d-shader/dxil: Use resource_kind_is_texture() in sm6_value_validate_is_texture_handle().
-
2e572519
by Giovanni Mascellani at 2026-01-13T15:24:01+01:00
vkd3d-shader/dxil: Introduce resource_kind_is_buffer().
-
9dbcea41
by Giovanni Mascellani at 2026-01-13T15:24:01+01:00
vkd3d-shader/dxil: Use resource_kind_is_texture() in sm6_parser_emit_dx_get_dimensions().