This commit is contained in:
2023-03-09 17:55:19 +00:00
parent 1d6fdd7eb1
commit 9d5dcc6b67
2 changed files with 6 additions and 22 deletions
-3
View File
@@ -84,6 +84,3 @@ setupFramebuffer2GivenStencil rboName = do
Complete -> return ()
_ -> putStrLn $ "Framebuffer with given stencil and two texture objects status: " ++ show fboStatus
return (FBO fboName, (TO to1, TO to2))
minMagFilter :: ((TextureFilter, Maybe TextureFilter), TextureFilter)
minMagFilter = ((Nearest, Nothing), Nearest)