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

defaultGetDescriptorFromHandle¶

Description¶

The default implementation of getDescriptorFromHandle, which converts from a descriptor handle to a descriptor object.

Signature¶

T defaultGetDescriptorFromHandle<T>(
    DescriptorHandle<T> handleValue,
    BindlessDescriptorOptions bindlessOptions)
    where T : IOpaqueDescriptor;

Generic Parameters¶

T: IOpaqueDescriptor¶

Parameters¶

handleValue : DescriptorHandle<T>¶

bindlessOptions : BindlessDescriptorOptions = BindlessDescriptorOptions.VkMutable¶

On this page
  • defaultGetDescriptorFromHandle
    • Description
    • Signature
    • Generic Parameters
      • T: IOpaqueDescriptor
    • Parameters
      • handleValue : DescriptorHandle<T>
      • bindlessOptions : BindlessDescriptorOptions = BindlessDescriptorOptions.VkMutable