[][src]Type Definition ul_sys::ULGPUDriverUpdateCommandListCallback

type ULGPUDriverUpdateCommandListCallback = Option<unsafe extern "C" fn(list: ULCommandList)>;

The callback invoked when the GPUDriver wants to update the command list (you should copy the commands to your own structure).