Cleanup
This commit is contained in:
@@ -20,7 +20,7 @@ import Shader.Data
|
||||
import Unsafe.Coerce
|
||||
|
||||
sizeFBOs ::
|
||||
Configuration ->
|
||||
Config ->
|
||||
RenderData ->
|
||||
IO RenderData
|
||||
sizeFBOs cfig rdata =
|
||||
@@ -229,7 +229,7 @@ initializeTexture2D fbo attachpoint x y minfilt magfilt informat = do
|
||||
glNamedFramebufferTexture (_unFBO fbo) attachpoint to1 0
|
||||
return to1
|
||||
|
||||
--getWindowSize :: Integral a => (Configuration -> ResFactor) -> Configuration -> (a, a)
|
||||
--getWindowSize :: Integral a => (Config -> ResFactor) -> Config -> (a, a)
|
||||
--getWindowSize f cfig = (g _windowX, g _windowY)
|
||||
-- where
|
||||
-- g h = fromIntegral $ h cfig `div` resFactorNum (f cfig)
|
||||
|
||||
Reference in New Issue
Block a user