vrseasons

diff src/rtarg.h @ 2:eea1b91dc3d4

added is_complete() to framebuffer object and fixed GL_UNSUPPORTED_FRAMEBUFFER on intel
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 13 Apr 2015 16:51:52 +0300
parents 393ef1143c9c
children
line diff
     1.1 --- a/src/rtarg.h	Sun Apr 12 03:39:55 2015 +0300
     1.2 +++ b/src/rtarg.h	Mon Apr 13 16:51:52 2015 +0300
     1.3 @@ -17,6 +17,7 @@
     1.4  	void destroy();
     1.5  
     1.6  	bool is_valid() const;
     1.7 +	bool is_complete() const;
     1.8  
     1.9  	unsigned int get_texture() const;
    1.10