citra/src/video_core
Jan Beich bb3decb983 video_core: don't use NULL for non-pointer after a7d3489dc987
src/video_core/renderer_opengl/texture_filters/bicubic/bicubic.cpp:51:86: error: cannot initialize a parameter of type 'GLuint' (aka 'unsigned int') with an rvalue of type 'nullptr_t'
    glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, NULL, 0);
                                                                                     ^~~~
src/video_core/renderer_opengl/texture_filters/xbrz/xbrz_freescale.cpp:95:86: error: cannot initialize a parameter of type 'GLuint' (aka 'unsigned int') with an rvalue of type 'nullptr_t'
    glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, NULL, 0);
                                                                                     ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~
2020-03-19 00:10:43 +00:00
..
2020-01-15 19:58:33 -07:00
2019-09-15 22:35:21 -05:00
2018-06-29 14:18:07 +03:00
2020-01-15 19:58:33 -07:00
2019-09-15 22:35:21 -05:00
2019-04-21 14:16:16 +02:00
2020-01-15 19:58:34 -07:00
2020-01-15 19:58:33 -07:00