Branimir Karadžić пре 7 година
родитељ
комит
8c93e4a4ae
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      src/renderer_gl.cpp

+ 6 - 1
src/renderer_gl.cpp

@@ -1531,7 +1531,12 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
 		return 0 == err;
 		return 0 == err;
 	}
 	}
 
 
-	static bool isFramebufferFormatValid(TextureFormat::Enum _format, bool _srgb = false, bool _writeOnly = false, GLsizei _dim = 16)
+	static bool isFramebufferFormatValid(
+		  TextureFormat::Enum _format
+		, bool _srgb = false
+		, bool _writeOnly = false
+		, GLsizei _dim = 16
+		)
 	{
 	{
 		const TextureFormatInfo& tfi = s_textureFormat[_format];
 		const TextureFormatInfo& tfi = s_textureFormat[_format];
 		GLenum internalFmt = _srgb
 		GLenum internalFmt = _srgb