About Store Forum Documentation Contact



Post Reply 
Deferred Rendering - Graphic issues
Author Message
Dwight Offline
Member

Post: #1
Deferred Rendering - Graphic issues
Hi all,

When trying the deferred rendering in the engine, it appears my graphics card is having some trouble rendering everything appropriately. See the attached image.

I made sure:
- Windows up to date
- Drivers up to date
- Antivirus software disabled
- No custom source edits

In the Engine and in every compiled project the issue persists. I have tried working out where the issue came from and it appears that the GFX Card might be causing the issue; Is there a workaround possible?

Thanks a lot for any help in advance! Much appreciated!


Attached File(s) Image(s)
       
10-20-2020 03:56 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Deferred Rendering - Graphic issues
10-20-2020 04:04 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #3
RE: Deferred Rendering - Graphic issues
(10-20-2020 04:04 PM)Esenthel Wrote:  Hello,

https://github.com/Esenthel/EsenthelEngine/issues/21

Issue fixed by using D.diffusemode(DIFFUSE_LAMBERT);

Thanks!
10-20-2020 04:32 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Deferred Rendering - Graphic issues
Can anyone affected by this problem tell me if the problem occurs in the
"Apps\12 - Rendering\01 - Rendering" tutorial, from the default Editor Tutorials?
I want to submit the report to Nvidia, but I must know if the problem can be seen there.
01-30-2021 11:07 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Deferred Rendering - Graphic issues
You can voice your support for resolving this issue at: https://forums.developer.nvidia.com/t/gr...ies/167283
02-01-2021 09:39 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #6
RE: Deferred Rendering - Graphic issues
Supported!
02-01-2021 12:47 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #7
RE: Deferred Rendering - Graphic issues
Quick update here:
Greg (Esenthel) and myself have been private messaging about the issue and I am super excited that he found a workaround. With the testcase Greg provided, the shaders work as expected!

Thank you Esenthel! You're truly a one-man coding army.

From Bronze to Silver Support! grin
(This post was last modified: 04-07-2021 02:28 PM by Dwight.)
04-07-2021 02:26 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Deferred Rendering - Graphic issues
Wow, thank you very much smile
04-07-2021 03:48 PM
Find all posts by this user Quote this message in a reply
Lancer Offline
Member

Post: #9
RE: Deferred Rendering - Graphic issues
Hi,
the solution is "D.diffusemode(DIFFUSE_LAMBERT);" ?
04-12-2021 05:21 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #10
RE: Deferred Rendering - Graphic issues
Workaround was updated to the source.
04-12-2021 05:37 PM
Find all posts by this user Quote this message in a reply
Post Reply