Agent skill

hlsl

HLSL shader programming skill for DirectX, compute shaders, and optimization.

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/hlsl-a5c-ai-babysitter

SKILL.md

HLSL Skill

HLSL shader programming for DirectX.

Overview

This skill provides capabilities for writing HLSL shaders for DirectX-based engines.

Capabilities

  • Vertex and pixel shaders
  • Compute shaders
  • Constant buffer management
  • Shader optimization

Usage Patterns

hlsl
cbuffer ConstantBuffer : register(b0)
{
    float4x4 WorldViewProj;
}

float4 PSMain(PSInput input) : SV_TARGET
{
    return input.Color;
}

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