sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
VkTo
sbylib
wrapper
vulkan
util
Undocumented in source.
mixin template
VkTo (
OriginalType
) {
import
std
;
;
import
sbylib
.
wrapper
.
vulkan
.
util
;
;
template
hasOriginalType
(string[] members)
;
static if
(
hasOriginalType!([__traits(allMembers, typeof(this))])
)
inout
(
OriginalType
)
vkTo
();
static if
(!(
hasOriginalType!([__traits(allMembers, typeof(this))])
))
OriginalType
vkTo
();
}
Members
Functions
vkTo
OriginalType
vkTo
()
Undocumented in source. Be warned that the author may not have intended to support it.
vkTo
inout
(
OriginalType
)
vkTo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
hasOriginalType
template
hasOriginalType
(string[] members)
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
util
functions
compileShader
construct
convFrom
convTo
destruct
enforceVK
vkProp
mixin templates
ImplNameSetter
ImplToString
VkFrom
VkTo
structs
VkProp
templates
VkPropertyNames