Kaynağa Gözat

Conveyor: Allow fudging on buffer on image insertion

Change-Id: Iaa0f8089097341e7f80ae172069063e4a2972fc6
Donald Carr 8 yıl önce
ebeveyn
işleme
ae7434ad2c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      qml/conveyor/Conveyor.qml

+ 2 - 0
qml/conveyor/Conveyor.qml

@@ -21,6 +21,8 @@ Item {
         readonly property int piMaxTextureSize: 2048
         readonly property int nvidiaMaxTextureSize: 8192
         readonly property int nvidiaMaxTextureSizeTheoretical: 16384
+
+        property int feedGapFudgeFactor: 100
     }
 
     ImageBoxBody {