-
-
Notifications
You must be signed in to change notification settings - Fork 3
vke.ComputePipeline
Jean-Philippe Bruyère edited this page Feb 2, 2020
·
1 revision
namespace: vke
ComputePipeline
public class ComputePipeline : Pipeline
⬜ | prototype | description |
---|---|---|
![]() |
ComputePipeline (Device dev, PipelineCache cache=null, string name="compute pipeline") |
__ |
![]() |
ComputePipeline (PipelineLayout layout, string spirvPath, PipelineCache cache=null, string name="pipeline") |
Create a new Pipeline with supplied PipelineLayout |
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
![]() |
void Activate() |
Activation of the object, the reference count is incremented and if Debug utils is enabled, name is set. |
![]() |
void Bind(CommandBuffer cmd) |
__ |
![]() |
void BindAndDispatch(CommandBuffer cmd, uint groupCountX, uint groupCountY=1, uint groupCountZ=1) |
__ |
![]() |
void BindDescriptorSet(CommandBuffer cmd, DescriptorSet dset, uint firstSet=0) |
__ |
⬜ | name | description |
---|