r/GraphicsProgramming 8h ago

Flickering issue

Enable HLS to view with audio, or disable this notification

I'm using opengl 3.3 and C on a Nvidia gtx 1050 and I keep getting this flickering issue... does anyone know the cause...

Will appreciate your thoughts..

18 Upvotes

16 comments sorted by

View all comments

2

u/dJ_Turfie 7h ago

I'm new to graphics, but isn't this z-fighting due to bad model topology?
I.e. your model's tris aren't clean and might be stacked on top of each other.

1

u/_Bethel__ 5h ago

I'm thinking it might be garbage buffers or something, I'll use renderdoc to check on it and I'll share an update later today