| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Some minor memory leaks have been fixed (found with valgrind).
|
|
|
|
|
| |
vkDestroyDebugReportCallbackEXT now gets passed the handle not a pointer
to it
|
|
|
|
|
| |
vkEndCommandBuffer needs to be called on each command buffer before it
can be submitted.
|
|
|
|
| |
The pipeline now gets created by correctly including some missing fields.
|
|
|
|
|
| |
The swapchain creation omitted setting the swp->format field. The
swapchain was also not being given an image extent.
|
|
|
|
|
| |
The embedded shader data should be using char * instead of void *.
Additionally some macros are provided for better readability.
|
|
|