Go to file
2018-09-08 12:32:20 +10:00
icd icd: add basic posix icd discovery 2018-09-08 12:31:43 +10:00
specs@ee13fc355f spec: rewrite header generator to use Khronos repo directly 2018-06-23 12:41:51 +10:00
tools spec: add initial vtable stubs 2018-09-08 12:32:20 +10:00
.gitmodules spec: rewrite header generator to use Khronos repo directly 2018-06-23 12:41:51 +10:00
AUTHORS initial import 2016-02-24 11:11:41 +11:00
buffer.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
buffer.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
callback.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
CMakeLists.txt spec: add initial vtable stubs 2018-09-08 12:32:20 +10:00
command_buffer.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
command_buffer.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
command_pool.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
command_pool.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
COPYING relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
device_memory.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device_memory.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
Doxyfile.in doc: add naive doxygen support 2016-02-26 17:05:16 +11:00
event.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
event.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
except.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
except.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
fence.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
fence.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
framebuffer.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
framebuffer.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
fwd.hpp fwd: temporarily remove platform specific function listing 2018-08-23 13:56:31 +10:00
image_view.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
image.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
image.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
instance.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
instance.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
libcruft-vk.pc.in build; add forgotten pkg-config file 2018-08-06 14:30:53 +10:00
object.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
object.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
ostream.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
ostream.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
physical_device.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
physical_device.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_cache.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
pipeline_cache.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_layout.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_layout.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
queue.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
queue.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
README README: add a trivial README 2018-06-24 19:40:12 +10:00
render_pass.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
render_pass.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
semaphore.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
semaphore.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
shader_module.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
shader_module.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
surface.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
surface.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
swapchain.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
traits.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
traits.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00

A simple C++ wrapper around Vulkan