You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup: Win10, AMD HD7970, Display Driver v15.30.1025, Compiled with Visual Studio 2013 and 2015 (tested both)
When trying to run the examples on my setup, most examples either crash, show no output (black screen), or have incomplete output.
My assumption is that YAGF was only tested with NVIDIA. I could help fixing bugs if you could supply me with images of each example to see how it is supposed to look. Additionally, I am willing to give you remote access (RDP) to my workstation for a few days if you want to try to fix these things yourself.
gaussianblur -> black output with only fps counter ibl -> light blue output mesh -> crash because of memory alignment issue (see #3) oit -> quad output, not sure if that's all thats supposed to appear scene -> crash because of memory alignment issue (see #3) skybox -> black output ssao -> red background, with some ssao noise, but it doesn't look right text -> displays some text, but antialiasing doesn't look right tfx -> works only when started from the correct working directory, crashes otherwise without an error
with dx12 or opengl ?
OIT is displaying 2 transparent quads, one over the other. It's not really a good sample for showing the capabilities of the algorithm, but the algorithm is used in tfx too.
Setup: Win10, AMD HD7970, Display Driver v15.30.1025, Compiled with Visual Studio 2013 and 2015 (tested both)
When trying to run the examples on my setup, most examples either crash, show no output (black screen), or have incomplete output.
My assumption is that YAGF was only tested with NVIDIA. I could help fixing bugs if you could supply me with images of each example to see how it is supposed to look. Additionally, I am willing to give you remote access (RDP) to my workstation for a few days if you want to try to fix these things yourself.
gaussianblur -> black output with only fps counter
ibl -> light blue output
mesh -> crash because of memory alignment issue (see #3)
oit -> quad output, not sure if that's all thats supposed to appear
scene -> crash because of memory alignment issue (see #3)
skybox -> black output
ssao -> red background, with some ssao noise, but it doesn't look right
text -> displays some text, but antialiasing doesn't look right
tfx -> works only when started from the correct working directory, crashes otherwise without an error
edit: mesh and scene are working with patch in #3
The text was updated successfully, but these errors were encountered: