Skip to content

issues Search Results · repo:acdemiralp/gl language:C++

Filter by

11 results
 (73 ms)

11 results

inacdemiralp/gl (press backspace or delete to remove)

In program.hpp at line 188 glGetProgramBinary(id_, static_cast GLsizei (result.size()), nullptr, format, static_cast void* (result.data())); We are passing a pointer to format which is of type const ...
  • BaconOFBurger
  • 1
  • Opened 
    on Dec 5, 2021
  • #13

If move one managed buffer (gl::vertex_buffer, gl::buffer, gl::texture etc.) to another managed buffer, target data will be leaked. (No glDeleteBuffers and etc. in move operator. Target Id will be lost.) ...
  • Megaxela
  • 5
  • Opened 
    on Aug 11, 2018
  • #11

  • Megaxela
  • 2
  • Opened 
    on Aug 10, 2018
  • #10

enhancement
  • acdemiralp
  • Opened 
    on Apr 23, 2018
  • #8

Parts of the OpenGL 4.6 Core Specification before Chapter 22 - State and state requests already cover a large part of glGet... global state accessors. However, in order to ensure full coverage, the existence ...
enhancement
help wanted
  • acdemiralp
  • Opened 
    on Oct 30, 2017
  • #7

when calling cmake . in directory, I get folowing error message, but don t know, what it means: CMake Error at cmake/conan.cmake:38 (find_package): By not providing Findglew.cmake in CMAKE_MODULE_PATH ...
bug
  • porky11
  • 3
  • Opened 
    on Oct 17, 2017
  • #6

When including this, the file gl/export.hpp is not found. You probably forgot to git add it, because it s not in the directory include/gl/
invalid
  • porky11
  • 2
  • Opened 
    on Oct 15, 2017
  • #5

State leaking is a common problem in OpenGL. Many free functions set a global state which often has to be unset at the end of render calls. Find a way to track this state and unset it on scope exits, perhaps ...
enhancement
  • acdemiralp
  • 1
  • Opened 
    on Oct 4, 2017
  • #4

The consumer of the library should be able to easily detect errors when a call has failed, instead of querying the error manually afterwards. Moreover, this functionality should be easily toggleable for ...
enhancement
  • acdemiralp
  • Opened 
    on Oct 4, 2017
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub