docs: Add opengl/vulkan diff
This commit is contained in:
parent
998aa68da1
commit
05532756cf
4 changed files with 235 additions and 1 deletions
11
docs/OPENGL_VULKAN_DIFF.md
Normal file
11
docs/OPENGL_VULKAN_DIFF.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Difference between Vulkan and OpenGL
|
||||
|
||||
Viewport:
|
||||
|
||||
- Y axis is flipped like D3D
|
||||
- Clipped Z axis is not [-1; 1] but [0; 1]
|
||||
|
||||

|
||||

|
||||
|
||||
See: [Vulkan Tutorial (Vertex step)](https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Shader_modules) and [VK_KHR_maintenance1 (Allow negative height)](https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_maintenance1.html#_description)
|
Loading…
Add table
Add a link
Reference in a new issue