occupation
Software Developers
description
Render the forge-gpu immediate-mode UI system on the GPU with a single draw call, font atlas texture, alpha blending, and dynamic buffer streaming. Based on Lesson 28.
updated
Menu
Skills in this repository
SkillsMP has collected 83 skills from Nebulavenus/forge-gpu. Open a skill to review its source and details.
Nebulavenus/forge-gpuShowing 3 of 83 collected skills.
Render the forge-gpu immediate-mode UI system on the GPU with a single draw call, font atlas texture, alpha blending, and dynamic buffer streaming. Based on Lesson 28.
Pass per-frame data to shaders with push uniforms. Use when animating geometry, passing time/matrices/colors to shaders, or setting up uniform buffers in SDL3 GPU.
Clean the workspace of finished-work vestiges so new work can start from a fresh main branch