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

◆ get_vertex_input()

const VertexInputInfo & MayaFlux::Core::VKShaderModule::get_vertex_input ( ) const
inline

Get vertex input state (vertex shaders only)

Returns
Vertex input metadata, empty if not a vertex shader

Definition at line 324 of file VKShaderModule.hpp.

325 {
326 return m_vertex_input;
327 }