Add a base to blocks
This commit is contained in:
@@ -25,7 +25,7 @@ sizeFBOs cfig rdata =
|
||||
(getWindowSize _gr_world_res cfig)
|
||||
GL_NEAREST
|
||||
GL_NEAREST
|
||||
GL_RGBA16F
|
||||
GL_RGBA16F -- not sure if the alpha is necessary here
|
||||
GL_RGB16F -- could possibly recover using depth in a clever way
|
||||
-- but probably not, because the projection matrix is
|
||||
-- not always on-center
|
||||
@@ -54,7 +54,7 @@ sizeFBOs cfig rdata =
|
||||
GL_LINEAR_MIPMAP_LINEAR
|
||||
GL_LINEAR
|
||||
GL_RGBA16F
|
||||
[fboBloom, fboPos]
|
||||
[fboBloom, fboPos] -- fboPos probably doesn't need the alpha channel
|
||||
>>= foldUpdateFBOTO
|
||||
_gr_downsize_res
|
||||
GL_LINEAR_MIPMAP_LINEAR
|
||||
|
||||
Reference in New Issue
Block a user