1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 15:42:12 +00:00

First wrong framebuffer implementation.

This commit is contained in:
Filippo Scognamiglio
2018-12-01 21:10:08 +01:00
parent 4aea85649f
commit f497bb4b44
3 changed files with 223 additions and 77 deletions

View File

@@ -56,11 +56,11 @@ ShaderTerminal {
bloomSource: bloomSourceLoader.item
NewTerminalFrame {
id: terminalFrame
anchors.fill: parent
blending: true
}
// NewTerminalFrame {
// id: terminalFrame
// anchors.fill: parent
// blending: true
// }
// This shader might be useful in the future. Since we used it only for a couple
// of calculations is probably best to move those in the main shader. If in the future