Go to file
2019-03-03 22:11:09 +11:00
load load/init: add more initial entrypoint trampolines 2019-03-03 22:11:09 +11:00
specs@f1a7c4b4f3 specs: bump to v1.1.98 2019-02-21 21:01:57 +11:00
tools tools/hello: load shaders using the image path as a base 2019-03-03 16:55:53 +11: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 build: avoid linking to cruft-vk-loader in hello test 2019-03-03 13:19:11 +11: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 specs: bump to v1.1.98 2019-02-21 21:01:57 +11:00
except.hpp icd: resolve enough to run the info tool 2019-03-02 22:47:03 +11: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 icd: use global, instance, and device tables 2019-01-05 23:30:52 +11:00
libcruft-vk.pc.in build: update pkg-config templates 2018-12-02 13:17:54 +11:00
object.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
object.hpp icd: resolve enough to run the info tool 2019-03-02 22:47:03 +11:00
ostream.cpp ostream: quote more strings 2019-03-02 23:01:28 +11: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 build: transition from experimental filesystem 2018-12-05 19:13:50 +11:00
shader_module.hpp build: transition from experimental filesystem 2018-12-05 19:13:50 +11: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