[−][src]Function spirv_reflect::ffi::spvReflectGetEntryPoint
pub unsafe extern "C" fn spvReflectGetEntryPoint(
p_module: *const SpvReflectShaderModule,
entry_point: *const c_char
) -> *const SpvReflectEntryPoint
@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.