- 26 Jan, 2022 1 commit
-
-
StableCoder authored
Breakages on Windows. Not going to bother supporting Vulkan v1.3 on this. For a project that is better and will continue to get support, check: https://github.com/StableCoder/vulkan-mini-libs-2 This reverts commit d16b498f.
-
- 25 Jan, 2022 1 commit
-
-
StableCoder authored
-
- 20 Dec, 2021 1 commit
-
-
StableCoder authored
-
- 09 Dec, 2021 1 commit
-
-
StableCoder authored
-
- 03 Dec, 2021 1 commit
-
-
StableCoder authored
-
- 24 Nov, 2021 1 commit
-
-
StableCoder authored
-
- 16 Nov, 2021 1 commit
-
-
StableCoder authored
-
- 15 Nov, 2021 1 commit
-
-
StableCoder authored
-
- 14 Nov, 2021 2 commits
-
-
StableCoder authored
-
StableCoder authored
-
- 13 Oct, 2021 1 commit
-
-
StableCoder authored
-
- 05 Oct, 2021 1 commit
-
-
StableCoder authored
-
- 29 Sep, 2021 1 commit
-
-
StableCoder authored
-
- 26 Sep, 2021 1 commit
-
-
StableCoder authored
-
- 20 Sep, 2021 1 commit
-
-
StableCoder authored
-
- 09 Sep, 2021 1 commit
-
-
StableCoder authored
-
- 30 Aug, 2021 1 commit
-
-
StableCoder authored
-
- 26 Aug, 2021 3 commits
-
-
StableCoder authored
-
StableCoder authored
-
StableCoder authored
-
- 09 Aug, 2021 2 commits
-
-
StableCoder authored
-
StableCoder authored
-
- 20 Jul, 2021 1 commit
-
-
StableCoder authored
-
- 18 Jul, 2021 2 commits
-
-
StableCoder authored
-
StableCoder authored
-
- 25 Jun, 2021 1 commit
-
-
StableCoder authored
-
- 19 Jun, 2021 1 commit
-
-
StableCoder authored
-
- 13 Jun, 2021 3 commits
-
-
StableCoder authored
This type is a currently too obscure to bother fixing, and due to the array of pointers specialty, too difficult currently.
-
StableCoder authored
-
StableCoder authored
-
- 13 May, 2021 1 commit
-
-
StableCoder authored
-
- 28 Apr, 2021 2 commits
-
-
StableCoder authored
The files created during debugging in the root directory.
-
StableCoder authored
The free function needs to be included on some compilers, and is brought in via the cstdlib C header.
-
- 27 Apr, 2021 2 commits
-
-
StableCoder authored
-
StableCoder authored
Vulkan structures are C-based, thus no easy cleanup mechanism exists, so this adds a function that attempts to do this, under the assumption that any of the struct's pointer members with names of 'p[A-Z]' are owned by the struct and can be safely deleted. Another members that are pointers that don't start with 'p[A-Z]' are assumed to be externally managed and not deleted, nor any 'pointer to pointers' type members.
-
- 26 Apr, 2021 1 commit
-
-
StableCoder authored
-
- 19 Apr, 2021 1 commit
-
-
StableCoder authored
-
- 17 Apr, 2021 1 commit
-
-
StableCoder authored
The value of an enum has been implicitly based on a signed value. However no Vulkan enum value has been negative, until v175, with the introduction of the first one. This thus changes to support signed values.
-
- 16 Apr, 2021 1 commit
-
-
StableCoder authored
-
- 07 Apr, 2021 1 commit
-
-
StableCoder authored
-