'Programming/vulkan'에 해당되는 글 4건

  1. 2022.04.27 vulkan on macos
  2. 2022.04.27 vulkan tutorial
  3. 2020.04.06 vulkan 문서
  4. 2016.02.17 nvidia vulkan graphics api
Programming/vulkan2022. 4. 27. 15:16

macos 10.14+ 이후 버전에서 사용가능 (Metal 지원해야 함)

맥은 so 대신 dylib 이라는 확장자를 쓰나보네?

 

[링크 : https://aslike.tistory.com/26]

[링크 : https://aslike.tistory.com/27?category=771054]

[링크 : https://aslike.tistory.com/28?category=771054]

 

+

[링크 : https://vulkan.lunarg.com/sdk/home]

'Programming > vulkan' 카테고리의 다른 글

vulkan tutorial  (0) 2022.04.27
vulkan 문서  (0) 2020.04.06
nvidia vulkan graphics api  (0) 2016.02.17
Posted by 구차니
Programming/vulkan2022. 4. 27. 14:55

 

[링크 : https://github.com/KhronosGroup/Vulkan-Samples]

 

[링크 : https://github.com/SaschaWillems/Vulkan]

[링크 : https://www.saschawillems.de/creations/vulkan-examples/]

 

[링크 : https://vulkan-tutorial.com/Introduction]

 

아 슬프네.. 맥북에어가 3세대로 된녀석이 있으니 가능하려나?

There is no driver to install. Intel graphics only supports Vulkan on Ivybridge and newer chips. Sandybridge is too old.

[링크 : https://askubuntu.com/questions/1096986/how-to-install-vulcan-for-intel-graphics-card]

'Programming > vulkan' 카테고리의 다른 글

vulkan on macos  (0) 2022.04.27
vulkan 문서  (0) 2020.04.06
nvidia vulkan graphics api  (0) 2016.02.17
Posted by 구차니
Programming/vulkan2020. 4. 6. 23:45

openGL 을 하고 나중에 vulkan을 보는게 좋으려나?

취미(?) 치고는 너무 가려는 건가?

 

[링크 : https://github.com/KhronosGroup/Vulkan-Samples]

[링크 : https://vulkan.lunarg.com/doc/sdk/1.1.106.0/windows/getting_started.html]

'Programming > vulkan' 카테고리의 다른 글

vulkan on macos  (0) 2022.04.27
vulkan tutorial  (0) 2022.04.27
nvidia vulkan graphics api  (0) 2016.02.17
Posted by 구차니
Programming/vulkan2016. 2. 17. 08:32

이메일로 온 먼가 새로운 정보?


What is Vulkan?

Vulkan is a low level API that gives direct access of the GPU to developers who want the ultimate in control. With a simpler, thinner driver, Vulkan uses less latency and overhead than traditional OpenGL or Direct3D. Vulkan has efficient multi-threading capabilities with multi-core CPUs that keep the graphics pipeline loaded, enabling a new level of performance on existing hardware.


Vulkan is the first new generation, low-level API that is cross platform. This allows developers to create applications for a variety of PC and mobile devices and operating systems. Like OpenGL, Vulkan is an open, royalty-free standard for any platform to adopt. For developers who prefer to remain on OpenGL, NVIDIA will continue to lead OpenGL innovations.


[링크 : https://developer.nvidia.com/vulkan-graphics-api-here]

'Programming > vulkan' 카테고리의 다른 글

vulkan on macos  (0) 2022.04.27
vulkan tutorial  (0) 2022.04.27
vulkan 문서  (0) 2020.04.06
Posted by 구차니