.hgignore

Wed, 25 May 2022 20:36:34 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Wed, 25 May 2022 20:36:34 +0300
changeset 199
6988973515d2
parent 25
6de5ac1fb471
child 263
59b6027b9843
permissions
-rw-r--r--

Fix pick() picking from weird places on the screen with high DPI scaling

glReadPixels reads data from the frame buffer, which contains data after
high DPI scaling, so any reads to that need to take this scaling into account

0
f9f4d4d6f162 initial commit
Teemu Piippo <teemu@hecknology.net>
parents:
diff changeset
1 syntax:glob
f9f4d4d6f162 initial commit
Teemu Piippo <teemu@hecknology.net>
parents:
diff changeset
2 CMakeLists.txt.user
1
51d14b0c68c0 add version
Teemu Piippo <teemu@hecknology.net>
parents: 0
diff changeset
3 __pycache__
3
55a55a9ec2c2 Added lots of code
Teemu Piippo <teemu@hecknology.net>
parents: 1
diff changeset
4 *.orig
25
6de5ac1fb471 added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents: 3
diff changeset
5 debug
6de5ac1fb471 added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents: 3
diff changeset
6 release

mercurial