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

◆ get_reflection()

const ShaderReflection & MayaFlux::Core::VKShaderModule::get_reflection ( ) const
inline

Get shader reflection metadata.

Returns
Const reference to extracted metadata

Used by descriptor managers and pipeline builders to automatically configure layouts and bindings without manual specification.

Definition at line 285 of file VKShaderModule.hpp.

285{ return m_reflection; }