Commit Graph

376 Commits

Author SHA1 Message Date
john wells
e98876f3ec Tidy 2016-08-02 07:07:57 -06:00
john wells
8c0630f9ce Moved format code out of the lib/into this example 2016-08-01 20:56:27 -06:00
Nicolas Koch
b2897a419f Support for intel linux driver
fixes #204
2016-07-31 12:33:08 +02:00
Pierre Krieger
65dd3b8414 Use stronger typing for CpuAccessibleBuffer creation 2016-07-26 12:26:05 +02:00
Pierre Krieger
a023aaa078 Fix warnings 2016-06-16 14:04:18 +02:00
Pierre Krieger
5c4504e5be Rework command pools 2016-06-04 11:31:12 +02:00
Nicolas Koch
c53c1378e2 Update winit version to 0.5.1 2016-05-24 13:42:33 +02:00
Nicolas Koch
e7c0282825 Window creation: Add support for wayland on unixes 2016-05-23 16:19:35 +02:00
Johannes Muenzel
1cd47976c4 Remove support for device layers
Device layers are deprecated starting in Vulkan 1.0.13. The
specification recommends that we pass the instance layer names to the
device creation functions as well. This assures backwards compatibility
because there are no known device-only layers pre-1.0.13, and
post-1.0.13 those arguments are ignored (except by validation layers).
2016-05-22 00:59:15 -07:00
Pierre Krieger
f02b352022 Rework ApplicationInfos 2016-05-21 09:47:52 +02:00
Pierre Krieger
07ae850f4e Add support for tessellation shaders 2016-05-20 20:05:33 +02:00
Pierre Krieger
b5231385e7 Creating a device now returns an iterator to the queues 2016-05-12 17:40:31 +02:00
Pierre Krieger
2af98d9793 Slightly improve the comments in the triangle example 2016-05-08 13:16:21 +02:00
Pierre Krieger
3c6beeb214 Framebuffer dimensions are now an array instead of a tuple 2016-05-05 18:58:00 +02:00
Pierre Krieger
e2fc113711 Generate attributes description struct for all shader stages 2016-05-04 09:06:53 +02:00
tomaka
d182fcba49 Merge pull request #82 from tomaka/fix-examples
Fix examples
2016-05-04 07:45:23 +02:00
Pierre Krieger
2301b5da04 Fix examples 2016-05-04 07:10:00 +02:00
Tobi
33cb73b86e Fix spelling errors in triangle example 2016-05-03 15:56:52 +02:00
Pierre Krieger
3683848a5f Add SupportedCompositeAlpha 2016-05-03 11:10:19 +02:00
Pierre Krieger
cd7cda9d2d Add SupportedPresentModes and SupportedPresentModesIter 2016-05-03 10:54:50 +02:00
ritschwumm
26316b4c08 Update triangle.rs
fix typos
2016-05-01 18:21:02 +02:00
Pierre Krieger
148e7e3e3f Fix the examples 2016-04-30 12:52:47 +02:00
Pierre Krieger
5e23416b32 Document the triangle example 2016-04-29 10:28:20 +02:00
Pierre Krieger
ebcfea2308 Slight fix in examples 2016-04-23 13:33:58 +02:00
Pierre Krieger
27f7fb5f75 Make examples cross-platform 2016-04-23 13:32:31 +02:00
Pierre Krieger
e82741aaf9 Add vulkano-win crate and move out examples 2016-04-23 13:24:56 +02:00