polar-shader-0.1.0.0: High-level shader compiler for Polar Game Engine
Polar.Shader
compile :: Compiler a => String -> Map String DataType -> Map String DataType -> Map String DataType -> a -> Either String (String, String) Source