Skip to main content
GameDev.net gamedev.net
🔒 Locked

Direct3D 11 Render Multipass

Started by cHimura Aug 12, 2016 at 7:04 PM 2 replies 2.3k views
Original Post
cHimura
cHimura

Hi,

I want to implement SSAO technique therefore I need to render with multipass.

In the Frank D. Luna's book there is an example but he uses the deprecated d3dx library.

I've searched on Internet but I didn't find anything.

Has someone an example, tutorial, etc., about multipass with Direct3D 11??

Thanks,
Regards

cozzie
cozzie
What exact part of the example is using the d3dx library? (Which function(s))
Crealysm game & engine development: http://www.crealysm.com

Looking for a passionate, disciplined and structured producer? PM me
cHimura
cHimura

Hi,

It uses ID3DX11EffectTechnique

vanka78bg
vanka78bg

I believe Microsoft moved their effect framework to a separate open-source project, so that developers can extend and customize it. You can find the source code here on GitHub. I am not quite certain if Effects 11 is compatible 1:1 with the old D3DX though, because I am not currently using it for my shaders.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.