Magnus Norddahl
|
47ce44e5f0
|
- add missing image usage flag
|
2019-03-02 17:20:14 +01:00 |
|
Magnus Norddahl
|
8854fad165
|
- fix some additional image transition errors reported by RenderDoc during the first frame
|
2019-03-02 16:36:29 +01:00 |
|
Magnus Norddahl
|
b1f161040d
|
- transition image layouts and setup pipeline barriers (fixes some errors reported by RenderDoc)
|
2019-03-02 16:02:27 +01:00 |
|
Magnus Norddahl
|
05a6896d4f
|
- Pass vertex color and normal via uniform buffer when the attribute isn't available
|
2019-03-02 01:56:08 +01:00 |
|
Magnus Norddahl
|
7871ec06ae
|
- add depth/stencil attachment to the render pass
|
2019-03-01 21:34:08 +01:00 |
|
Magnus Norddahl
|
ee8349d168
|
- add support for specifying the topology
|
2019-03-01 20:06:20 +01:00 |
|
Magnus Norddahl
|
c691a8fe64
|
- bind the vertex inputs as specified by its vertex buffer format
|
2019-03-01 15:37:13 +01:00 |
|
Magnus Norddahl
|
d4118a755c
|
- load all the shaders and use the right one for each renderpass
|
2019-03-01 02:40:02 +01:00 |
|
Magnus Norddahl
|
f1f8797d3c
|
- bind the layer textures
|
2019-03-01 01:30:10 +01:00 |
|
Magnus Norddahl
|
7f3e473f56
|
- create a render pass for each blend setup
|
2019-03-01 00:42:51 +01:00 |
|
Magnus Norddahl
|
e472050f36
|
- use dynamic state for viewport and scissor
|
2019-02-28 15:45:59 +01:00 |
|
Magnus Norddahl
|
fe67a2c24f
|
- fix enough bugs to finally get some visuals
|
2019-02-26 20:19:54 +01:00 |
|
Magnus Norddahl
|
19f4133768
|
- move most push constants to dynamic uniform buffers
|
2019-02-26 16:50:54 +01:00 |
|
Magnus Norddahl
|
347339b254
|
- add a very basic present shader using a blit
- avoid dealing with image layout transitions for the blit by using VK_IMAGE_LAYOUT_GENERAL for now
|
2019-02-26 12:25:17 +01:00 |
|
Magnus Norddahl
|
9ed1c7f40b
|
- add render pass manager and setup a pipeline for VkRenderState
|
2019-02-26 11:27:29 +01:00 |
|