pemgithub
pemgithub
This is a great example for Windows... Do you have one that builds on Linux (Ubuntu) (using ANGLE for OpenGL ES + EGL support)? thank you for any leads
I followed README.md "Building on Ubuntu". To install qt, I ran (sudo apt-get install qtbase5-dev). README.md says to use Qt 5.9.2, so next I will try installing from http://download.qt.io/official_releases/qt/5.9/5.9.2/ ->...
Can you explain how the compute shader and related threadgroups work? From C++ code: ``` FFX_VariableShading_GetDispatchInfo(data, AdditionalShadingRates(), w, h); pCmdLst->Dispatch(w, h, 1); ``` ``` // coarse tiles are potentially 2x2,...
### Feature description Extra keys is covering the bottom part of my screen (landscape mode). Meanwhile, I have huge black-bars on the left and right side of my screen! There...
As one example, I tried Tomb Raider Underworld (from 2008). Arrow keys move, but WASD does not. The in-game keyboard mappings menu says WASD should work. So I'm confused somehow...
README.md says ``` sudo echo "deb [trusted=yes] https://apt.fury.io/vhanda/ /" | sudo tee /etc/apt/sources.list.d/git-auto-sync.list sudo apt-get update sudo apt-get install -y git-auto-sync ``` Terminal was saying: ``` $ git-auto-sync daemon status...