MayaFlux 0.1.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 280 of file VKShaderModule.hpp.

280{ return m_reflection; }