keithrausch

Results 5 comments of keithrausch

What is the horizontal resolution of your video? My understanding is that OpenGL typically expects a horizontal width that's divisible by 4. See this: https://www.khronos.org/opengl/wiki/Common_Mistakes#Texture_upload_and_pixel_reads When I work with strangely...

I'm having a similar issue (cpptools consuming >20 GB of memory). I find that closing vs code will eventually kill the offending cpptools process, but it can take a couple...

Follow Up: I opened vs code after posting my comment above, tweaked my launch.json and enabled Debugging output on the cpp extension per the linked instructions and then hit compile...

@sean-mcmanus I'm currently running `v1.19.9` and am still very much having this issue. My extension does not have any default include or browse paths specified (I checked these fields in...

As far as I can tell, I haven't had this bug in a while. I'm going to chalk it up to a bad include path and use error. Thank you...