Set program to use SPIR-V backend when compiling for Vulkan.
| 561 | |
| 562 | /// Set program to use SPIR-V backend when compiling for Vulkan. |
| 563 | void setUseSPIRVBackend(bool b = true) { useSPIRVBackend = b; } |
| 564 | |
| 565 | void finalize(); |
| 566 | }; |
no outgoing calls
no test coverage detected