diff --git a/common/rhi/yacreader_flow_rhi.cpp b/common/rhi/yacreader_flow_rhi.cpp index e5320f4e..1391e3ea 100644 --- a/common/rhi/yacreader_flow_rhi.cpp +++ b/common/rhi/yacreader_flow_rhi.cpp @@ -5,10 +5,6 @@ #endif #include -/*** Preset Configurations ***/ -// Note: The preset configurations are already defined in yacreader_flow_gl.cpp -// We just reference them here as extern to avoid duplicate symbols - int YACReaderFlow3D::updateInterval = 16; static QShader getShader(const QString &name) @@ -766,10 +762,6 @@ void YACReaderFlow3D::executeDrawWithOffset(QRhiCommandBuffer *cb, QRhiTexture * cb->draw(6); } -// Note: The old drawCover() and drawMark() methods have been removed. -// Rendering now uses prepareDrawData() and executeDrawWithOffset() which properly -// batch all resource updates before the render pass begins, following Qt RHI best practices. - void YACReaderFlow3D::releaseResources() { scene.reset();