2016:ShaderCompiler

From LRREW
Revision as of 07:48, 1 July 2023 by Ryelow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The ShaderCompiler is a part of 2016. The ShaderCompiler is a part of the rendering pipeline, and it compiles ROBLOX's shaders (written in the same format, HLSL) into shader formats supported by the ROBLOX render pipeline. It is related to App, which is the core ROBLOX engine.

There is no need to change any of this code.