|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
#include "PrimitiveMill.hpp"#include "ShaderFoundry.hpp"#include "ShaderSpec.hpp"#include "MayaFlux/Buffers/VKBuffer.hpp"#include "MayaFlux/Journal/Archivist.hpp"#include "MayaFlux/Registry/BackendRegistry.hpp"#include "MayaFlux/Registry/Service/BufferService.hpp"
Include dependency graph for PrimitiveMill.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Portal |
| namespace | MayaFlux::Portal::Graphics |
Functions | |
| Kakshya::VertexLayout | MayaFlux::Portal::Graphics::mill_on_host (std::span< const uint8_t > src, const Kakshya::VertexLayout &layout, std::span< const DrawRun > runs, const MillSpec &spec, const MillView &view, std::vector< uint8_t > &dst) |
| Host equivalent of PrimitiveMill::mill, over raw bytes. | |