MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / WriteRGBAFormattedVariant

Function WriteRGBAFormattedVariant

deps/LLGL/sources/Core/ImageFlags.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static void WriteRGBAFormattedVariant(
423 ImageFormat dstFormat, DataType dataType, VariantBuffer& dstBuffer, std::size_t idx, const VariantColor& value)
424{
425 TransferRGBAFormattedVariantColor(dstFormat, dataType, dstBuffer, idx, value);
426}
427
428// Worker thread procedure for the "ConvertImageBufferFormat" function
429static void ConvertImageBufferFormatWorker(

Callers 2

Calls 1

Tested by

no test coverage detected