Sun Serega
Sun Serega
Default TextBox behavior for Ctrl+Backspace is adding a broken character. I used the basic idea from [here](https://stackoverflow.com/a/15147374/9618919) but reconfigured it to work mostly like in the browser address bar. Though...
**Is your feature request related to a problem? Please describe.** I needed a precise count of entities in a blueprint to perfect my logic circuit, but the game shows entity...
For compatibility of an app, I need to test certain actions in a .Net Framework 4.0-only environment. I initially tried to just install .Net Framework 4.0 on it's own: ```...
There are 180 of these: [enum_without_group.txt](https://github.com/KhronosGroup/OpenGL-Registry/files/7552073/enum_without_group.txt) P.S. This might become outdated again, here is an [auto-updating version](https://github.com/SunSerega/POCGL/blob/unstable/DataScraping/XML/GL/enum_without_group.txt). (I only counted parameters with `GLenum` or `GLbitfield` type) I'm not entirely sure...
I finally made some time to deal with #361 and such. But it needs some preparations. As i said in #361 - it makes sense to first un-consider irrelevant extension....
[This](https://github.com/KhronosGroup/OpenGL-Registry/pull/534#issuecomment-1297111898) comment has a file that mentions all the cases I found but with links to related spec/extension. --- > void ClearColor( float r, float g, float b, float a...
I agree with [this](https://github.com/KhronosGroup/OpenGL-Registry/issues/519#issuecomment-1166269828), adding vendor suffixes to group names was a bad idea. But this PR doesn't remove them all, because the suffix can be trivially removed on a...
### History I first tried to rectify the idea of #779. But there are enum types, like `cl_mem_flags` and `cl_svm_mem_flags`, which have their value sets intersecting. I don't know how...
### The problem High-level bindings benefit from grouping enum values under a common type name. This allows verbose IntelliSense suggestions and avoids oversaturating the namespace with all the enum values...
Asked at the end of #950. This in particular wasn't answered yet, but after getting a bit more comfortable with new XML - I'm pretty sure this does need to...