ngfx::ComputeOp
Inherited by ngfx::MatrixMultiplyOp
Public Functions
| Name | |
|---|---|
| ComputeOp(GraphicsContext * ctx) | |
| virtual | ~ComputeOp() |
| virtual void | apply(CommandBuffer * commandBuffer =nullptr, Graphics * graphics =nullptr) =0 |
Protected Attributes
| Name | |
|---|---|
| GraphicsContext * | ctx |
Public Functions Documentation
function ComputeOp
inline ComputeOp(
GraphicsContext * ctx
)
function ~ComputeOp
inline virtual ~ComputeOp()
function apply
virtual void apply(
CommandBuffer * commandBuffer =nullptr,
Graphics * graphics =nullptr
) =0
Reimplemented by: ngfx::MatrixMultiplyGPUOp::apply, ngfx::MatrixMultiplyCPUOp::apply, ngfx::MatrixMultiplyOp::apply
Protected Attributes Documentation
variable ctx
GraphicsContext * ctx;
Updated on 3 April 2021 at 20:21:51 PDT