Rae Forbes-Richardson

Results 31 comments of Rae Forbes-Richardson

I've actually got a forward+ renderer working in my test bed at the moment as I get the render graph API all setup :) Not very impressive to look at...

If you intend to use it, feel free to upgrade the version in 3rdparty :) I only lean on SDL2 for window creation and input handling really so should be...

It's a little rough, but the latest render graph stuff has been committed. Still trying to refine it a little, but if you've got any feedback let me know! I...

Yeah I intend to do that, this was quick and easy enough to implement and get working as a test for now :) I'll probably have a play with putting...

Just an FYI, I'm having a poke at improving the bind model at the moment. Decided that I should try to move away from the large binding objects as a...

No worries man! The latest resource binding stuff is there, but I intend to refine it further. Right now I have allocation of temporary descriptor sets setup at the higher...

Has anyone been looking into this? I'm having issues using this to target WebGL at the moment since there is no GL_ARB_shader_bit_encoding to work with. For targetting GLSL ES 1.00...

I thought as much. In the example given VtxOutputGeo0 is not actually used, a thought I had was to just not write it out into the GLSL? Used cross dependency...

Had a quick attempt doing this, works until the mouse hovers over another gizmo. I may just leave it for the mean time and work around this by just using...

For what it's worth, SDRPlusPlus does appear to run on the same Pi, but I haven't had a look at any differences in the init sequence for clues.