浏览代码

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 年之前
父节点
当前提交
f64e9a52dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_gpu.h

+ 1 - 1
include/SDL3/SDL_gpu.h

@@ -129,7 +129,7 @@
  *
  * 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)
+ * [SDL_shadercross](https://github.com/libsdl-org/SDL_shadercross)
  * , for performing runtime shader cross-compilation.
  *
  * This is an extremely quick overview that leaves out several important