Type Definition renderdoc::entry::GetCaptureOptionU32Fn [] [src]

type GetCaptureOptionU32Fn = unsafe extern "C" fn(opt: CaptureOption) -> u32;

Returns the current value of the given CaptureOption as a u32 value.

If the option is invalid, then std::u32::MAX is returned instead.