|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Override the output storage image dimensions for the next dispatch.
When set, on_before_gpu_dispatch allocates the output image at these dimensions rather than the input container dimensions, and calculate_dispatch_size dispatches workgroups to cover this extent. Callers are responsible for supplying matching push constants so the shader maps output pixels to the correct source coordinates.
Pass std::nullopt to restore container-derived sizing.
| w | Output width in pixels. |
| h | Output height in pixels. |
Definition at line 165 of file TextureExecutionContext.hpp.
References h.
Referenced by MayaFlux::Yantra::VisionExtractor< InputType, OutputType >::apply_operation_internal().
Here is the caller graph for this function: