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

◆ SDFPrepProcessor()

MayaFlux::Buffers::SDFPrepProcessor::SDFPrepProcessor ( uint32_t  res_x,
uint32_t  res_y,
uint32_t  res_z 
)
Parameters
res_xCell count along X.
res_yCell count along Y.
res_zCell count along Z.

Definition at line 8 of file SDFPrepProcessor.cpp.

9 : m_res_x(std::max(res_x, 1U))
10 , m_res_y(std::max(res_y, 1U))
11 , m_res_z(std::max(res_z, 1U))
12{
14}
@ GRAPHICS_BACKEND
Standard graphics processing backend configuration.

References MayaFlux::Buffers::GRAPHICS_BACKEND, and MayaFlux::Buffers::BufferProcessor::m_processing_token.