Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user