Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe committed Jan 9, 2025
1 parent 41e99e4 commit defd7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/03-convenience-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ __DynamicResource<__DynamicResourceKind.General> resourceHandles[];
[vk::binding(0, 101)]
__DynamicResource<__DynamicResourceKind.Sampler> samplerHandles[];
export getDescriptorFromHandle<T>(DescriptorHandle<T> handle) where T : IOpaqueDescriptor
export T getDescriptorFromHandle<T>(DescriptorHandle<T> handle) where T : IOpaqueDescriptor
{
__target_switch
{
Expand Down

0 comments on commit defd7ae

Please sign in to comment.