Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRenderer > API/Plugins/DMXPixelMappingRenderer/IDMXPixelMappingRenderer
Deprecated * Please use UDMXDMXPixelMappingPixelMapRenderer instead.
References
| Module | DMXPixelMappingRenderer |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRenderer/Public/IDMXPixelMappingRenderer.h |
| Include | #include "IDMXPixelMappingRenderer.h" |
void DownsampleRender
&40;
const FTextureResource &42; InputTexture,
const FTextureResource &42; DstTexture,
const FTextureRenderTargetResource &42; DstTextureTargetResource,
const TArray< FDMXPixelMappingDownsamplePixelParamsV2 > & InDownsamplePixelPass,
DownsampleReadCallback InCallback
&41; const
Remarks
Pixelmapping specific, downsample and draw input texture to destination texture.
Parameters
| Name | Description |
|---|---|
| InputTexture | Rendering resource of input texture |
| DstTexture | Rendering resource of RenderTarget texture |
| InDownsamplePixelPass | Pixels rendering params |
| InCallback | Callback for reading the pixels from GPU to CPU |