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

◆ get_format_hint()

template<typename T >
static uint32_t MayaFlux::Kakshya::DataAccess::get_format_hint ( )
inlinestaticprivate

Definition at line 139 of file DataAccess.hpp.

140 {
141 // Return VkFormat or similar enum based on type
142 // Placeholder for now
143 return 0;
144 }