Skip to main content

spvReflectGetEntryPointOutputVariableBySemantic

Function spvReflectGetEntryPointOutputVariableBySemantic 

Source
pub unsafe extern "C" fn spvReflectGetEntryPointOutputVariableBySemantic(
    p_module: *const SpvReflectShaderModule,
    entry_point: *const c_char,
    semantic: *const c_char,
    p_result: *mut SpvReflectResult,
) -> *const SpvReflectInterfaceVariable