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

◆ set_needs_depth_attachment()

void MayaFlux::Buffers::VKBuffer::set_needs_depth_attachment ( bool  needs)
inline

Mark this buffer as requiring depth testing when rendered.

Definition at line 483 of file VKBuffer.hpp.

483{ m_needs_depth = needs; }