Bram Stolk
Bram Stolk
It would be nice if Game Services, when showing room UI, would also check the latest app version at Google Play, and if a newer is available, notify the user...
This library is missing manual pages. ``` $ man hid_write No manual entry for hid_write ``` Even in the header files, documentation is lacking. The largest omissions: * No mention...
- [x] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. - [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe...
I have pitted Remotery and Minitrace against each other. On single-threaded apps, the results are the same. For a multi-threaded run, however, I see that Remotery's measurements deviated from Minitrace's....
There is no CMAKE toggle that can be used to chose single precision floating point. Currently, the floating point precision is hard-coded in the header, depending on platform.
This is a fix for issue #7 where the program will abort if LUNARG validation is not found. On my platform, the validation layer is called VK_LAYER_KHRONOS_validation, so we will...
I can build the binary, but it fails to run for me: ``` $ ./vulkan_minimal_compute Layer VK_LAYER_LUNARG_standard_validation not supported ``` I have validation layers Ubuntu package installed: ``` bram@deca:~/src/vulkan_minimal_compute/build$ ./vulkan_minimal_compute...
Using the Linux Build instructions. (dependencies installed, downloaded vulkan SDK, set up the vulkan env.) set SAMPLE_CONFIG to Debug. executed 'make Debug' On Ubuntu, using libglfw3-dev version 3.1.2-3 ``` ......
Please audit the gms code. I see this on the console log when a room gets connected: ``` W/JavaBinder( 2154): BinderProxy is being destroyed but the application did not call...
In the gpg-cpp-sdk v 3.0.1 there is a file **android/include/gpg/android_support.h** This file mentions: ``` * Example code for an Android 4.0+ game using a Java Activity * In your Java...