Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

getDescriptorFromHandle¶

Description¶

Declaration of the getDescriptorFromHandle that the user code can provide to customize how a descriptor handle is converted into a actual descriptor.

Signature¶

T getDescriptorFromHandle<T>(DescriptorHandle<T> handleValue)
    where T : IOpaqueDescriptor;

Generic Parameters¶

T: IOpaqueDescriptor¶

Parameters¶

handleValue : DescriptorHandle<T>¶

On this page
  • getDescriptorFromHandle
    • Description
    • Signature
    • Generic Parameters
      • T: IOpaqueDescriptor
    • Parameters
      • handleValue : DescriptorHandle<T>