Skip to main content

try_build_program_with_self_loading_miss_handler

Function try_build_program_with_self_loading_miss_handler 

Source
pub fn try_build_program_with_self_loading_miss_handler(
    workgroup_size_x: u32,
    slot_count: u32,
    opcodes: &[OpcodeHandler],
) -> Result<Program, String>
Expand description