pub unsafe extern "C" fn spvReflectGetCode(
p_module: *const SpvReflectShaderModule,
) -> *const u32Expand description
@fn spvReflectGetCode
@param p_module Pointer to an instance of SpvReflectShaderModule. @return Returns a const pointer to the compiled SPIR-V bytecode.