MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ was_promoted()

bool MayaFlux::Kakshya::TextureAccess::was_promoted ( ) const
inlinenoexcept

True when data_ptr points into conversion_buffer rather than the original variant storage (i.e.

a vec3 promotion occurred).

Definition at line 49 of file TextureAccess.hpp.

50 {
51 return !conversion_buffer.empty();
52 }
std::vector< std::byte > conversion_buffer
Promotion buffer.

References conversion_buffer.