Skip to content

vke.ComputePipeline

Jean-Philippe Bruyère edited this page Feb 2, 2020 · 1 revision

namespace: vke

Inheritance Hierarchy

  • ComputePipeline

Syntax

public class ComputePipeline : Pipeline

Constructors

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

Properties

name description

Methods

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) __

Events

name description
Clone this wiki locally