vulkanish ~master (2020-11-19T14:50:54Z)
Dub
Repo
VshScoped.Scoped_
vulkanish
helpers
types
VshScoped
Undocumented in source.
template
VshScoped
(T, VkAllocationCallbacks* allocator = null)
struct
Scoped_ {
T
scopedPayload
;
Parameters
!
destroy
[
0
..$ -
2
]
scopedArgs
;
VkAllocationCallbacks
*
scopedAllocator
;
this
(Parameters!destroy[0..$ - 2] args, T payload);
~this
();
}
Constructors
this
this
(Parameters!destroy[0..$ - 2] args, T payload)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
scopedPayload
Members
Variables
scopedAllocator
VkAllocationCallbacks
*
scopedAllocator
;
Undocumented in source.
scopedArgs
Parameters
!
destroy
[
0
..$ -
2
]
scopedArgs
;
Undocumented in source.
scopedPayload
T
scopedPayload
;
Undocumented in source.
Meta
Source
See Implementation
vulkanish
helpers
types
VshScoped
aliases
VshScoped
destroy
structs
Scoped_