FuzzyQuils

Results 23 comments of FuzzyQuils

Okay so far this is what I got. It was in /usr/include as I expected it to be in. ![Screenshot-07-06-22-22-05-58-381488858](https://user-images.githubusercontent.com/8356982/172375525-abdb4668-055b-4e3e-a1bb-9ae6706b6b35.png) On wayfire ver. 0.8 myself (whichever commit it was at...

> I built wayfire on fedora using the wf-install script with /opt as the prefix and master as the version (possibly git I think) If it was built from git...

> Nah that's like 2 days after the last commit on the master branch That's what I thought... lol

Oh wait, so the triangles array points to 3 vec3's not three floats? I'll fiddle around and see if that works. :) EDIT: That kind of makes sense actually; I...

Yep, that was it. :) I'm still lazily constructing vec3's, but at least I got it to work. My code now: `` ``` trisSoup IQM_Mesh::exporttris () { iqmmesh &m =...

> I know there are some subtle differences between `GL_EXT_framebuffer_object` and `GL_ARB_framebuffer_object` but I expected apitrace to handle them both well. > > Yes, please [provide the trace](https://github.com/apitrace/apitrace/blob/master/docs/BUGS.markdown#attachments) and I'll...

> FBO state dumps seems to be working fine for me. > > There's a single FBO, with a single depth stencil attachment, used for shadow maps. The first draw...

> We should likely add the policykit dependency (and the `WLR_RENDERER=pixman` software rendering fallback) somewhere to the readme. I think it is usually available on systems that have at least...

> Hi Bill, > > I'm the second set of eyes on our end, looking into this issue. > > After your very helpful reply, we dug into VMA and...

I also get this issue, the last time I got this issue, running steam --reset fixed it. (Had to redownload Proton GE however since it nuked the compat tools dir,...