mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-11 11:51:29 -06:00
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
^~~~~~~
|
||
|---|---|---|
| .. | ||
| debug_utils | ||
| renderer_opengl | ||
| shader | ||
| swrasterizer | ||
| texture | ||
| CMakeLists.txt | ||
| command_processor.cpp | ||
| command_processor.h | ||
| generate_shaders.cmake | ||
| geometry_pipeline.cpp | ||
| geometry_pipeline.h | ||
| gpu_debugger.h | ||
| pica_state.h | ||
| pica_types.h | ||
| pica.cpp | ||
| pica.h | ||
| primitive_assembly.cpp | ||
| primitive_assembly.h | ||
| rasterizer_interface.h | ||
| regs_framebuffer.h | ||
| regs_lighting.h | ||
| regs_pipeline.h | ||
| regs_rasterizer.h | ||
| regs_shader.h | ||
| regs_texturing.h | ||
| regs.cpp | ||
| regs.h | ||
| renderer_base.cpp | ||
| renderer_base.h | ||
| utils.h | ||
| vertex_loader.cpp | ||
| vertex_loader.h | ||
| video_core.cpp | ||
| video_core.h | ||