Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
compile :: forall ud (sknd :: ShaderKind). (Storable ud, IsShaderKind sknd) => SourceText -> InputFileName -> EntryPointName -> C ud -> IO (S sknd) Source #
type SourceText = ByteString Source #
type InputFileName = ByteString Source #
type EntryPointName = ByteString Source #