pub trait NvDisplacementMicromapExtension: DeviceV1_0 {
    const METADATA: Extension = NV_DISPLACEMENT_MICROMAP_EXTENSION;
}
Expand description

https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_NV_displacement_micromap.html

§WARNING

This is a provisional extension. Provisional extensions are not guaranteed to be backwards compatible and are not intended to be used in production applications.

Provided Associated Constants§

source

const METADATA: Extension = NV_DISPLACEMENT_MICROMAP_EXTENSION

The metadata for this extension.

Object Safety§

This trait is not object safe.

Implementors§