Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release under CC0-1.0HEADmaster | Tomasz Kramkowski | 22 hours | 14 | -2/+146 |
| | |||||
* | various code cleanup | Tomasz Kramkowski | 2018-03-01 | 2 | -20/+48 |
| | |||||
* | fix multiple memory leaks | Tomasz Kramkowski | 2018-03-01 | 1 | -2/+12 |
| | | | | Some minor memory leaks have been fixed (found with valgrind). | ||||
* | validation: segfault: callback destructor was getting incorrect handle | Tomasz Kramkowski | 2018-03-01 | 1 | -2/+3 |
| | | | | | vkDestroyDebugReportCallbackEXT now gets passed the handle not a pointer to it | ||||
* | command pool: command buffers now created correctly | Tomasz Kramkowski | 2018-03-01 | 1 | -0/+3 |
| | | | | | vkEndCommandBuffer needs to be called on each command buffer before it can be submitted. | ||||
* | pipeline: set missing create info fields | Tomasz Kramkowski | 2018-03-01 | 1 | -2/+7 |
| | | | | The pipeline now gets created by correctly including some missing fields. | ||||
* | swapchain: store format and pass extent to fix creation | Tomasz Kramkowski | 2018-03-01 | 1 | -1/+3 |
| | | | | | The swapchain creation omitted setting the swp->format field. The swapchain was also not being given an image extent. | ||||
* | shaders: fix shader embedding | Tomasz Kramkowski | 2018-03-01 | 2 | -8/+10 |
| | | | | | The embedded shader data should be using char * instead of void *. Additionally some macros are provided for better readability. | ||||
* | init commit | Tomasz Kramkowski | 2018-03-01 | 12 | -0/+1113 |