forge-textures-and-samplers

Official

Texture images to the GPU: load, map, render.

Authorcode-review-benchmark
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill simplifies the workflow of taking image assets from disk and bringing them into real-time rendering by converting images into GPU textures and producing reusable samplers for textured draw calls.

Core Features & Use Cases

  • Load images from disk (BMP/PNG) and convert to GPU-friendly formats
  • Create and configure textures (2D, SRGB, mipmaps, usage) and samplers
  • Upload texture data via transfer buffers with correct row pitch
  • Bind textures and samplers in fragment shaders and render UV-mapped geometry using index buffers
  • Handle sRGB color space correctly to avoid washed-out colors
  • Use with index buffers for efficient vertex reuse and textured quads
  • Real-world use: load a sprite sheet and render animated quads with correct sampling

Quick Start

Load an image, upload it as a GPU texture, create a sampler, and render textured geometry using UV coordinates.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: forge-textures-and-samplers
Download link: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/archive/main.zip#forge-textures-and-samplers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.