Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most examples have no output on AMD #4

Open
mrgreywater opened this issue Dec 17, 2015 · 2 comments
Open

Most examples have no output on AMD #4

mrgreywater opened this issue Dec 17, 2015 · 2 comments

Comments

@mrgreywater
Copy link

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

@vlj
Copy link
Owner

vlj commented Dec 17, 2015

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.

@mrgreywater
Copy link
Author

opengl (master branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants