Эх сурвалжийг харах

Conveyor: Allow fudging on buffer on image insertion

Change-Id: Iaa0f8089097341e7f80ae172069063e4a2972fc6
Donald Carr 8 жил өмнө
parent
commit
ae7434ad2c

+ 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 {