vulkanish ~master (2020-11-19T14:50:54Z)
Dub
Repo
Vsh.Vsh
vulkanish
helpers
types
Vsh
Undocumented in source.
alias
Vsh
=
ForeignPtr
!
T
template
Vsh
(T)
version(GCDestroyAsst)
static if
(
T.stringof.endsWith("_handle*") && __traits(compiles, mixin ("vkDestroy" ~ T.stringof["vk".length .. $ - "_handle*".length]))
)
alias
Vsh
=
ForeignPtr
!
T
alias
Vsh
=
T
alias
Vsh
=
T
alias
Vsh
(
string
name
)
=
Vsh
!(
mixin
(
"Vk"
~
name
))
Meta
Source
See Implementation
vulkanish
helpers
types
Vsh
aliases
Vsh