- 
1cf6e8a8
 by Henri Verbeet   at 2025-02-18T17:47:22+01:00 
 vkd3d-compiler: Store the target type as a struct target_type_info pointer.
 
- 
a169ae05
 by Henri Verbeet   at 2025-02-18T17:47:22+01:00 
 vkd3d-compiler: Store the source type as a struct source_type_info pointer.
 
- 
751f8b31
 by Henri Verbeet   at 2025-02-18T17:47:22+01:00 
 vkd3d-compiler: Introduce "dxbc-fx" as a source type.
Commit 949708450b1a53adac5f09cbf685fe5718519eaa introduced support for
effect binaries embedded in DXBC containers, but only when using
auto-detection to determine the source type. That's undesirable;
although auto-detection is convenient for interactive use, it's not
necessarily suitable for use in e.g. scripts. It also meant this wasn't
listed through --print-source-types.