Sunagatov Denis

Results 36 issues of Sunagatov Denis

I was following this [vulkan tutorial](https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Shader_modules), and in the sample shader code they are using `gl_VertexIndex` builtin global. I was surprized that glsl lint does not recognize this global, but...

When I'm trying to display a table of operators in a programming language syntax documentation, I'm unable to put a pipe inside a code block into a table. The pipe...

I'm implementing some GUI code for my project, and the core issue here is that GLFW does not provide a way to make floating windows for some kinds of pop-ups...

X11

The CI build failure was caused by the deprecation of v3 artifact actions, which includes download-artifact@v3 and checkout@v3. See https://github.com/orgs/community/discussions/142581 for details. This fixes the versions of the GitHub actions...

This might be just me, but figuring out how to run this script has cost me 10 minutes of my time and some light lua debugging. This script has a...

## Context [pkg.odin-lang.org](https://pkg.odin-lang.org) does not use Markdown (strictly speaking) to generate documentation for Odin, which causes a lot of the core documentation to be rendered improperly. ## Anchored links For...

enhancement
help wanted