Can we reach the same results with ogl and dx? [closed] - opengl

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can we reach the same graphics results with OpenGL and DirectX?

Yes, you can. OpenGL 4.1 and Direct3D 11 have equal functionality.

Related

What is the difference between "Truffle Develop" and "Ethereumjs TestRPC"? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
What is the difference in using "Truffle Develop" and "Ethereumjs TestRPC"? While Ethereumjs-TestRPC runs an in-memory blockchain, I am curious about how "Truffle Develop" works.

Leaving a mark on a textured wall in OpenGL [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I don't know the actual term of this technique but how do I apply a texture (say a bullet-hole texture) somewhere in my 3D map (where my character shot)?
Here's what I'm talking about:

Face Recognition using c++ and opencv [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to compare between two faces using openCV , how can I do that ?
Comparing between 2 images can be done by accessing each pixels and taking the difference or use the absolutedifference () to compare the two frames

How to activate ModernUI application from native code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have native code executing (x86) in process of modernUI app, I need to activate the application. I can't find API for this.
I finally found it. IApplicationActivationManager should do the trick.

How can i implement ambient Occlusion (SSAO) for Horde3d? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i've read couple of blog posts about the ssao effect but so far but i dont' know where to begin im beginner on the whole thing of GPU programming. Can anybody help me?
http://kuko.serveblog.net/2012/05/08/horde3d-ssao-effect-ambient-occlusion-tutorial/