Agent skill

glsl

GLSL shader programming skill for OpenGL/Vulkan, fragment and vertex shaders.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/glsl-a5c-ai-babysitter

SKILL.md

GLSL Skill

GLSL shader programming for OpenGL/Vulkan.

Overview

This skill provides capabilities for writing GLSL shaders.

Capabilities

  • Vertex and fragment shaders
  • Geometry shaders
  • Uniform handling
  • Cross-platform shading

Usage Patterns

glsl
#version 450

layout(location = 0) in vec3 position;
layout(location = 0) out vec4 fragColor;

uniform mat4 mvp;

void main() {
    gl_Position = mvp * vec4(position, 1.0);
}

References

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results