MayaFlux
0.3.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
339
of file
VKShaderModule.hpp
.
340
{
341
return
!
m_vertex_input
.
attributes
.empty();
342
}
MayaFlux::Core::VKShaderModule::m_vertex_input
VertexInputInfo m_vertex_input
Definition
VKShaderModule.hpp:394
MayaFlux::Core::VertexInputInfo::attributes
std::vector< Attribute > attributes
Definition
VKShaderModule.hpp:54
MayaFlux
Core
VKShaderModule
Generated by
1.9.8