| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Polar.Shader.Types
Documentation
data ShaderType Source
Constructors
| ShaderVertex | |
| ShaderPixel |
Constructors
| DataFloat | |
| DataFloat2 | |
| DataFloat4 | |
| DataMatrix4x4 |
Constructors
| Function | |
Fields
| |
data CompilerEnv Source
Constructors
| CompilerEnv | |
class HasFunctions s a | s -> a where Source
Instances
class HasGlobals s a | s -> a where Source
Instances
class HasOutputs s a | s -> a where Source
Instances