ngfx::ComputePass

Inherited by ngfx::D3DComputePass

Public Functions

Name
virtual ~ComputePass()
virtual void begin(GraphicsContext * ctx, CommandBuffer * commandBuffer)
virtual void end(CommandBuffer * commandBuffer)

Public Functions Documentation

function ~ComputePass

inline virtual ~ComputePass()

function begin

inline virtual void begin(
    GraphicsContext * ctx,
    CommandBuffer * commandBuffer
)

function end

inline virtual void end(
    CommandBuffer * commandBuffer
)

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