testing keycode remapping

This commit is contained in:
Ross
2021-03-21 17:49:42 +00:00
parent 4a0546ab3f
commit 3cfbf3dacc
5 changed files with 24 additions and 3 deletions
+1
View File
@@ -240,6 +240,7 @@ compileAndCheckShader str (shaderType,sourceCode) = do
putStrLn $ str ++ ": Shader compile: " ++ show shaderType ++ " : " ++ show infoLog
return theShader
resetShaderUniforms :: [(Program, [UniformLocation])] -> IO ()
resetShaderUniforms = setShaderUniforms 0 1 (0,0) (2,2)
{-# INLINE resetShaderUniforms #-}