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

◆ supports_mesh_shaders()

bool MayaFlux::Core::VKDevice::supports_mesh_shaders ( ) const
inline

Check if the device supports mesh shaders.

Returns
true if mesh shaders are supported

Definition at line 112 of file VKDevice.hpp.

112{ return m_supports_mesh_shaders; }
bool m_supports_mesh_shaders
Whether the device supports mesh shaders.
Definition VKDevice.hpp:151

References m_supports_mesh_shaders.