9class QRhiCommandBuffer;
10class QRhiResourceUpdateBatch;
40 QRhi& rhi,
const RenderState& state, QRhiTexture* src,
int width,
41 int height, QRhiBuffer* outputBuffer,
42 const QString& colorConversion = colorMatrixOut())
46 QRhi& rhi, QRhiCommandBuffer& cb, QRhiResourceUpdateBatch* res)
49 virtual void release() = 0;
GPU shader generation for RGB->YUV color space conversion (output/encoding).
Graphics rendering pipeline for ossia score.
Definition Filter/PreviewWidget.hpp:12
Base interface for compute-shader RGBA -> AJA-format encoders.
Definition ComputeEncoder.hpp:36
Global state associated to a rendering context.
Definition RenderState.hpp:37