sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
PipelineLayout
sbylib
wrapper
vulkan
pipelinelayout
Undocumented in source.
class
PipelineLayout {
struct
CreateInfo
;
package
VkPipelineLayout
pipelineLayout
;
mixin
ImplNameSetter
!(
device
,
pipelineLayout
,
DebugReportObjectType
.
PipelineLayout
)
;
this
(Device device, CreateInfo _info);
~this
();
mixin
VkTo
!(
VkPipelineLayout
)
;
}
Constructors
this
this
(Device device, CreateInfo _info)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Mixins
__anonymous
mixin
ImplNameSetter
!(
device
,
pipelineLayout
,
DebugReportObjectType
.
PipelineLayout
)
Undocumented in source.
__anonymous
mixin
VkTo
!(
VkPipelineLayout
)
Undocumented in source.
Structs
CreateInfo
struct
CreateInfo
Undocumented in source.
Variables
pipelineLayout
VkPipelineLayout
pipelineLayout
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
pipelinelayout
classes
PipelineLayout