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

◆ get_entry_point()

const std::string & MayaFlux::Core::VKShaderModule::get_entry_point ( ) const
inline

Get entry point function name.

Returns
Entry point string (typically "main")

Definition at line 260 of file VKShaderModule.hpp.

260{ return m_entry_point; }