Browse Source

Conveyor: Allow fudging on buffer on image insertion

Change-Id: Iaa0f8089097341e7f80ae172069063e4a2972fc6
Donald Carr 8 years ago
parent
commit
ae7434ad2c
1 changed files with 2 additions and 0 deletions
  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 piMaxTextureSize: 2048
         readonly property int nvidiaMaxTextureSize: 8192
         readonly property int nvidiaMaxTextureSize: 8192
         readonly property int nvidiaMaxTextureSizeTheoretical: 16384
         readonly property int nvidiaMaxTextureSizeTheoretical: 16384
+
+        property int feedGapFudgeFactor: 100
     }
     }
 
 
     ImageBoxBody {
     ImageBoxBody {