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

342 {
343 return m_fragment_output;
344 }