|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Stage the input TextureContainer as a VKImage for the given binding.
Uploads pixel data to a new VKImage via TextureLoom and registers it as IMAGE_SAMPLED at binding_index. A default linear sampler from SamplerForge is used. Call from on_before_gpu_dispatch() in subclasses.
| container | Source TextureContainer. Must be non-null. |
| binding_index | Binding slot matching the IMAGE_SAMPLED declaration. |
Definition at line 63 of file TextureExecutionContext.hpp.
References MayaFlux::Kakshya::TextureContainer::to_image().
Here is the call graph for this function: