Преглед на файлове

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot преди 6 месеца
родител
ревизия
ce49465b13
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      include/SDL3/SDL_gpu.h

+ 3 - 2
include/SDL3/SDL_gpu.h

@@ -128,8 +128,9 @@
  * explaining this situation.
  *
  * It is optimal for apps to pre-compile the shader formats they might use,
- * but for ease of use SDL provides a separate project, [SDL_gpu_shadercross](https://github.com/libsdl-org/SDL_gpu_shadercross),
- * for performing runtime shader cross-compilation.
+ * but for ease of use SDL provides a separate project,
+ * [SDL_gpu_shadercross](https://github.com/libsdl-org/SDL_gpu_shadercross)
+ * , for performing runtime shader cross-compilation.
  *
  * This is an extremely quick overview that leaves out several important
  * details. Already, though, one can see that GPU programming can be quite