什么是 shader-programming-glsl?
为 Web 和游戏引擎编写高效 GLSL 着色器(顶点/片段)的专家指南,涵盖语法、制服和常见效果。 来源:sickn33/antigravity-awesome-skills。
为 Web 和游戏引擎编写高效 GLSL 着色器(顶点/片段)的专家指南,涵盖语法、制服和常见效果。
通过命令行快速安装 shader-programming-glsl AI 技能到你的开发环境
来源:sickn33/antigravity-awesome-skills。
A comprehensive guide to writing GPU shaders using GLSL (OpenGL Shading Language). Learn syntax, uniforms, varying variables, and key mathematical concepts like swizzling and vector operations for visual effects.
Access vector components freely: vec4 color = vec4(1.0, 0.5, 0.0, 1.0);
Problem: Shader compiles but screen is black. Solution: Check if glPosition.w is correct (usually 1.0). Check if uniforms are actually being set from the host application. Verify UV coordinates are within [0, 1].
为 Web 和游戏引擎编写高效 GLSL 着色器(顶点/片段)的专家指南,涵盖语法、制服和常见效果。 来源:sickn33/antigravity-awesome-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill shader-programming-glsl为 Web 和游戏引擎编写高效 GLSL 着色器(顶点/片段)的专家指南,涵盖语法、制服和常见效果。 来源:sickn33/antigravity-awesome-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill shader-programming-glsl 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sickn33/antigravity-awesome-skills