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