ngfx::ComputePipeline

Inherits from ngfx::Pipeline

Inherited by ngfx::D3DComputePipeline, ngfx::MTLComputePipeline, ngfx::VKComputePipeline

Public Functions

Name
ComputePipeline * create(GraphicsContext * graphicsContext, ComputeShaderModule * cs)
virtual ~ComputePipeline()

Public Attributes

Name
std::vector< uint32_t > descriptorBindings

Additional inherited members

Public Functions inherited from ngfx::Pipeline

Name
virtual ~Pipeline()

Public Functions Documentation

function create

static ComputePipeline * create(
    GraphicsContext * graphicsContext,
    ComputeShaderModule * cs
)

function ~ComputePipeline

inline virtual ~ComputePipeline()

Public Attributes Documentation

variable descriptorBindings

std::vector< uint32_t > descriptorBindings;

Updated on 3 April 2021 at 20:21:51 PDT