--- layout: stdlib-reference --- # 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](../interfaces/iopaquedescriptor-017/index.html)
## Parameters
#### handleValue : [DescriptorHandle](../types/descriptorhandle-0a/index.html)\<[T](../types/descriptorhandle-0a/index.html#typeparam-T)\>
#### bindlessOptions : [BindlessDescriptorOptions](../types/bindlessdescriptoroptions-08i/index.html) = [BindlessDescriptorOptions](../types/bindlessdescriptoroptions-08i/index.html)\.[VkMutable](../types/bindlessdescriptoroptions-08i/index.html#decl-VkMutable)