Table of Contents
spvc
is a wrapper around SPIRV-Cross.
A SPIR-V module must pass validation before it is given to SPIRV-Cross for translation.
--validate
validates the input with the given environment, which is one of:
-
vulkan1.0
-
vulkan1.1
The default is vulkan1.0
.