shaderc-0.1.0.5: A collection of tools and libraries for Vulkan shader compilation
Safe HaskellNone
LanguageHaskell2010

Language.SpirV.Shaderc

Documentation

compile :: forall ud (sknd :: ShaderKind). (Storable ud, IsShaderKind sknd) => SourceText -> InputFileName -> EntryPointName -> C ud -> IO (S sknd) Source #