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

330 {
331 return m_vertex_input;
332 }