matus-chochlik / oglplu2

Wrapper for OpenGL, OpenAL and EGL including utilities for writing distributed applications with graphics and/or audio rendering.
Boost Software License 1.0
89 stars 11 forks source link

Vulkan api support #4

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello, have you plans to make support for Vulkan API? VkPlus?

matus-chochlik commented 8 years ago

Hi, this is indeed planned. I have to read the spec and have a look at some of the working examples and tutorials before I start.

ghost commented 8 years ago

This examples really works (on windows). Even if create project from null, and copy files. https://github.com/SaschaWillems/Vulkan

Also I have optified triangle.cpp example (also I modified primitive to fullscreen). https://onedrive.live.com/redir?resid=54D7DA9CDEF82B01!38223&authkey=!ADy-_bIQmeMoj_Y&ithint=folder%2ccpp

I wanted to make Path Tracing (smallpt) on Vulkan API.