Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Release v10.2

Latest

Choose a tag to compare

@ChaoticByte ChaoticByte released this 09 Apr 17:29
v10.2
54cbddb

✨ Highlights

  • shaderlib: Added a rotateUV function to common.gdshaderinc
  • Add STEPS uniform to get the number of steps directly in the shader code
// ...

//!steps 5
uniform int STEP;
uniform int STEPS;

void fragment() {
  if (STEP == STEPS-1) {
    // ...
  }
}

📋 Changelog

v10.1...v10.2