pub unsafe extern "C" fn spvReflectGetEntryPoint(
    p_module: *const SpvReflectShaderModule,
    entry_point: *const c_char
) -> *const SpvReflectEntryPoint
Expand description

@fn spvReflectGetEntryPoint

@param p_module Pointer to an instance of SpvReflectShaderModule. @param entry_point Name of the requested entry point. @return Returns a const pointer to the requested entry point, or NULL if it’s not found.