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

◆ get_fragment_output()

const FragmentOutputInfo & MayaFlux::Core::VKShaderModule::get_fragment_output ( ) const
inline

Get fragment output state (fragment shaders only)

Returns
Fragment output metadata, empty if not a fragment shader

Definition at line 369 of file VKShaderModule.hpp.

370 {
371 return m_fragment_output;
372 }