Piotr Kocia

Results 8 issues of Piotr Kocia

In The OpenGL Shading Language, Version 4.60.7, [section 8.9.2. Texel Lookup Functions](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.60.html#texel-lookup-functions) the parameter `P` is missing a type in the `gsampler3D` overload of `textureGrad` ``` gvec4 textureGrad(gsampler3D sampler, P,...

The code memcopies the first member (arg_tuple) of CommandBuffer which is void* and then reinterprets it as a tuple. This unnecesarily obfuscates the code.

In section 5.7 on page 124 of The OpenGL Shading Language, Version 4.60.8, the paragraph starting with "The arithmetic unary operators..." is incorrectly formatted resulting in missing symbols. Preserving formatting...

I configured mason-tool-installer (MTI) to install clang-format which I use for C++. I already have the entire clang suite (version 19.0) installed on my system, but MTI still downloaded its...

When waking the computer from suspend (`systemctl suspend`), picom fails to display any graphics due to an error. ``` gl_last_render_time ERROR ] GL error at line 1168: 1287 ``` 1287...

driver: nvidia
backend: gl

Fixes the following error ``` In file included from /home/peter/vuk/tests/03_commands.cpp:4: /home/peter/vuk/build/_deps/doctest-src/doctest/doctest.h:1525:37: error: rvalue reference to type 'const span' cannot bind to lvalue of type 'const span' 1525 | operator L()...