Standard Shader Format
The standard shader format is used with the standard render pipeline. The standard pipeline and shader are used by the ItemHandler system.
Note: This format is not finalized and could change in the future.
Vertex Shader
Layouts
Uniforms
Fragment Shader Uniforms
material :: The material for the object.
texture_sampler :: The primary texture for the object.
Last updated