mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Disabled mono channel textures which were unsupported on some systems.
This commit is contained in:
		| @@ -220,7 +220,7 @@ Item{ | ||||
|         id: finalSource | ||||
|         sourceItem: blurredterminal | ||||
|         sourceRect: frame.sourceRect | ||||
|         format: ShaderEffectSource.Alpha | ||||
|         //format: ShaderEffectSource.Alpha | ||||
|         hideSource: true | ||||
|     } | ||||
|     ShaderEffect { | ||||
| @@ -345,7 +345,7 @@ Item{ | ||||
|         wrapMode: ShaderEffectSource.Repeat | ||||
|         smooth: true | ||||
|         hideSource: true | ||||
|         format: ShaderEffectSource.Alpha | ||||
|         //format: ShaderEffectSource.Alpha | ||||
|     } | ||||
|  | ||||
|     // RASTERIZATION ////////////////////////////////////////////////////////// | ||||
| @@ -421,6 +421,6 @@ Item{ | ||||
|         sourceItem: rasterizationContainer | ||||
|         hideSource: true | ||||
|         smooth: true | ||||
|         format: ShaderEffectSource.Alpha | ||||
|         //format: ShaderEffectSource.Alpha | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user