MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setUseSPIRVBackend

Method setUseSPIRVBackend

Source/Falcor/Core/Program/Program.h:563–563  ·  view source on GitHub ↗

Set program to use SPIR-V backend when compiling for Vulkan.

Source from the content-addressed store, hash-verified

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};

Callers 2

testInterlockedAddF16Function · 0.80
GPU_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected