gpu acclereted osr added

This commit is contained in:
gellert 2016-07-18 16:16:23 +02:00
parent 5371921f8a
commit 96e1ba9c14
12 changed files with 812 additions and 198 deletions

View file

@ -29,5 +29,9 @@ exports.load = (appUrl) => {
console.log("asd")
})
})
mainWindow.webContents.on('paint', (e, rect, w, h, data) => {
console.log('ELECTRON EVENT', rect, w, h, data)
})
})
}