pub fn try_build_program_with_self_loading_miss_handler(
workgroup_size_x: u32,
slot_count: u32,
opcodes: &[OpcodeHandler],
) -> Result<Program, String>Expand description
Fallible variant of build_program_with_self_loading_miss_handler.