sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Instance.Inst
sbylib
graphics
compute
compute
Compute
Instance
Undocumented in source.
mixintemplate
Instance
()
static
struct
Inst {
mixin
ImplReleaseOwn
;
mixin
DefineInstanceMembers
!(
This
)
;
this
(VQueue queue, Pipeline pipeline, PipelineLayout pipelineLayout, DescriptorPool descriptorPool, DescriptorSetLayout descriptorSetLayout);
auto
dispatch
(int[3] xyz);
auto
dispatch
(int[3] xyz, VFence fence);
}
Constructors
this
this
(VQueue queue, Pipeline pipeline, PipelineLayout pipelineLayout, DescriptorPool descriptorPool, DescriptorSetLayout descriptorSetLayout)
Undocumented in source.
Members
Functions
dispatch
auto
dispatch
(int[3] xyz)
Undocumented in source. Be warned that the author may not have intended to support it.
dispatch
auto
dispatch
(int[3] xyz, VFence fence)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ImplReleaseOwn
Undocumented in source.
__anonymous
mixin
DefineInstanceMembers
!(
This
)
Undocumented in source.
Mixed In Members
From
mixin
ImplReleaseOwn
~this
~this
()
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
compute
compute
Compute
Instance
aliases
This
constructors
this
mixins
__anonymous
static functions
opCall
structs
Inst