Questions tagged [api]
15 questions
35
votes
2 answers
DirectX / OpenGL(Vulkan) concepts mapping chart
Often a similar hardware feature is exposed via DirectX and OpenGL using different terminology.
For example:
Constant Buffer / Uniform Buffer Object
RWBuffer / SSBO
I am looking for an exhaustive chart that describes which DirectX terminology is…

wip
- 1,851
- 1
- 13
- 26
1
vote
0 answers
Why are functions and structs in the Mantle API prefixed with "gr"?
I was looking at the Mantle API documentation and noticed that everything is prefixed with "gr", but it's never explained why the functions are prefixed with it and the letters "gr" do not appear anywhere in the name Mantle.
What does the prefix…

User9123
- 11
- 1
0
votes
1 answer
API or Tools to query state of graphics during gameplay?
I’m looking to somehow programmatically query the state of graphics during a PC gameplay session. What I mean by “state of graphics” is, how polygons, textures, lighting and any other scene elements are stored and computed for any particular frame.…

junfanbl
- 113
- 3