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

Function ReadRGBAFormattedVariant

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

Source from the content-addressed store, hash-verified

414}
415
416static void ReadRGBAFormattedVariant(
417 ImageFormat srcFormat, DataType dataType, const VariantConstBuffer& srcBuffer, std::size_t idx, VariantColor& value)
418{
419 TransferRGBAFormattedVariantColor(srcFormat, dataType, srcBuffer, idx, value);
420}
421
422static void WriteRGBAFormattedVariant(
423 ImageFormat dstFormat, DataType dataType, VariantBuffer& dstBuffer, std::size_t idx, const VariantColor& value)

Callers 2

Calls 1

Tested by

no test coverage detected