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

◆ get_spirv()

const std::vector< uint32_t > & MayaFlux::Core::VKShaderModule::get_spirv ( ) const
inline

Get SPIR-V bytecode.

Returns
Vector of SPIR-V words (empty if not preserved)

Useful for caching, serialization, or re-creation. Only available if preserve_spirv was enabled during creation.

Definition at line 289 of file VKShaderModule.hpp.

289{ return m_spirv_code; }
std::vector< uint32_t > m_spirv_code
Preserved SPIR-V (if enabled)