-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rshapes] Horizontal and Vertical Lines Starting at {0, 0} Not Drawing in Raylib #4130
Comments
@evanz2608 I verified this issue, it is highly dependant on GPU and drivers. The logic to draw the line it's following the expected OpenGL specs but drivers decided it's out of screen and should be culled, already reviewed that function several times but every new update breaks something else. I'll try to revert to previous implementation, using QUADS instead of LINES, that seemed to work for most cases, except this #3884 Related issues:
|
@raysan5 Ohh i see, thx for the response! Closing the issue then. |
@evanz2608 Reopening it! Actually the issue has not been addressed yet! Indeed drawing a line at 0,0 must work! 😄 |
First of all, sorry for my bad english, i will try to explain myself the best i can. |
Issue addressed by proposed PR, discussion can continue there... |
Please, before submitting a new issue verify and check:
Issue description
Hi, while trying to draw horizontal lines i found that the line starting at {0, 0} does not get drawn. Same issue if i tried to draw vertical line.
Environment
Platform: DESKTOP
OS: Arch linux
INFO: GL: OpenGL device information:
INFO: > Vendor: AMD
INFO: > Renderer: AMD Radeon RX 570 Series (radeonsi, polaris10, LLVM 17.0.6, DRM 3.57, 6.9.5-arch1-1)
INFO: > Version: 4.6 (Core Profile) Mesa 24.1.1-arch1.1
INFO: > GLSL: 4.60
Issue Screenshot
Code Example
The text was updated successfully, but these errors were encountered: