Skip to main content

spvReflectGetEntryPointInputVariableByLocation

Function spvReflectGetEntryPointInputVariableByLocation 

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