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;