spirv-tools
spirv-tools copied to clipboard
Python API and tools for manipulating and optimizing SPIR-V
Results
1
spirv-tools issues
Sort by
recently updated
recently updated
newest added
I'm trying to build a SPIR-V module using this library, but I'm stuck in creating a valid type_id. ``` module = Module() func = Function(module, None , ???) ``` What...