Type Definition ul_sys::ULGPUDriverUpdateCommandListCallback[][src]

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

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