MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
has_vertex_input()
bool MayaFlux::Core::VKShaderModule::has_vertex_input
(
)
const
inline
Check if vertex input is available.
Definition at line
332
of file
VKShaderModule.hpp
.
333
{
334
return
!
m_vertex_input
.
attributes
.empty();
335
}
MayaFlux::Core::VKShaderModule::m_vertex_input
VertexInputInfo m_vertex_input
Definition
VKShaderModule.hpp:387
MayaFlux::Core::VertexInputInfo::attributes
std::vector< Attribute > attributes
Definition
VKShaderModule.hpp:47
MayaFlux
Core
VKShaderModule
Generated by
1.9.8