d3d11

  1. D

    Diligent Engine - A Modern Cross-Platform Graphics Library

    Hello! I would like to introduce Diligent Engine, a light-weight cross-platform graphics library that was designed to take advantages of the next-generation APIs such as Direct3D12 and Vulkan, but at the same time provide support for older platforms via Direct3D11, OpenGL and OpenGLES. Diligent...
  2. P

    Visual Studio graphics analyzer: how to select instance and vertex?

    I'm having trouble selecting which instance (of a draw call) and which vertex I would like to debug as I'm stepping trough a vertex shader in the visual studio graphics analyzer (2015). I am able to select by pixel which particular draw call I want to step trough a shader for, but it seems that...
Back
Top