Implementing Shaders
Add custom visual effects to your game with shader programming in Kraken Engine.
Take full control of your game's visuals by implementing custom shaders in Kraken Engine.
What is a Shader?
Get introduced to shader programming, understand vertex and fragment shaders, and learn how they work in Kraken.
Using Shader States
Manage and apply shader states in your game to control when and how shaders are used during rendering.
Uniforms
Pass data from your game code to your shaders using uniforms for dynamic, data-driven visual effects.
Looking for API reference? Visit the Classes and Functions documentation for detailed technical information.