pub trait AmdDisplayNativeHdrExtension: DeviceV1_0 {
    const METADATA: Extension = AMD_DISPLAY_NATIVE_HDR_EXTENSION;

    // Provided method
    unsafe fn set_local_dimming_amd(
        &self,
        swap_chain: SwapchainKHR,
        local_dimming_enable: bool
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_DISPLAY_NATIVE_HDR_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§