Skip to main content

spvReflectGetCode

Function spvReflectGetCode 

Source
pub unsafe extern "C" fn spvReflectGetCode(
    p_module: *const SpvReflectShaderModule,
) -> *const u32
Expand description

@fn spvReflectGetCode

@param p_module Pointer to an instance of SpvReflectShaderModule. @return Returns a const pointer to the compiled SPIR-V bytecode.