MayaFlux 0.2.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 265 of file VKShaderModule.hpp.

265{ return m_entry_point; }