1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00
dxvk/src/spirv
Philip Rebohle 31948cae8c [spirv] Allow specifying the SPIR-V version explicitly
We're going to use some SPIR-V 1.4 features for D3D11 if supported,
but 1.4 is not supported by all implementations.
2019-12-18 17:36:46 +01:00
..
meson.build [spirv] Implement in-memory compression for shader modules 2019-04-04 13:00:31 +02:00
spirv_code_buffer.cpp [spirv] Allow specifying the SPIR-V version explicitly 2019-12-18 17:36:46 +01:00
spirv_code_buffer.h [spirv] Allow specifying the SPIR-V version explicitly 2019-12-18 17:36:46 +01:00
spirv_compression.cpp [spirv] Fix initial allocation size for compressed buffer 2019-04-04 13:15:59 +02:00
spirv_compression.h [spirv] Implement in-memory compression for shader modules 2019-04-04 13:00:31 +02:00
spirv_include.h [spirv] Implement in-memory compression for shader modules 2019-04-04 13:00:31 +02:00
spirv_instruction.h [spirv] Add method to retrieve literal string from instruction 2019-11-19 12:49:07 +01:00
spirv_module.cpp [spirv] Allow specifying the SPIR-V version explicitly 2019-12-18 17:36:46 +01:00
spirv_module.h [spirv] Allow specifying the SPIR-V version explicitly 2019-12-18 17:36:46 +01:00