Charles Giessen
63f06898f9
Revert "Revert "Assert for null sTypes.""
...
This reverts commit 7126555c3b
.
2021-04-18 14:42:35 -06:00
Charles Giessen
3c38977084
Revert "Revert "Pass by value rather than ref.""
...
This reverts commit 441938d731
.
2021-04-18 14:42:35 -06:00
Charles Giessen
5c85f3a796
Revert "Revert "Fixed Features11/12 break. Tests now pass.""
...
This reverts commit 299b36a3a4
.
2021-04-18 14:42:35 -06:00
Charles Giessen
8a3c1ac6ed
Revert "Revert "- Restored removed functions - Restored pNext chain to device (appends to the end of the ExtentionFeatures chain) - Style changes - Migrated ExtensionFeatures into detail""
...
This reverts commit 4bfc21f8be
.
2021-04-18 14:42:35 -06:00
Charles Giessen
e8100dd16c
Revert "Revert "Fix breaking bug with features not being populated from VkGetPhysicalDeviceFeatures2""
...
This reverts commit 77be102a13
.
2021-04-18 14:42:35 -06:00
Charles Giessen
98a4ae7ea8
Revert "Revert "Added generic feature polling/matching/enabling.""
...
This reverts commit 523e76144d
.
2021-04-18 14:42:35 -06:00
Charles Giessen
fefa3f7e5a
Restart CI on pull requests
2021-04-18 14:13:29 -06:00
Charles Giessen
9b18d9465c
Revert "Revert "add VK_BOOTSTRAP_WERROR option in README""
...
This reverts commit c10dfc9a6a
.
2021-04-18 14:10:06 -06:00
Charles Giessen
59a8965e15
Revert "Revert "add an option to enable warnings as errors""
...
This reverts commit 6db8cfba86
.
2021-04-18 14:10:06 -06:00
Charles Giessen
523e76144d
Revert "Added generic feature polling/matching/enabling."
...
This reverts commit 0a397a33d5
.
2021-04-18 14:09:56 -06:00
Charles Giessen
77be102a13
Revert "Fix breaking bug with features not being populated from VkGetPhysicalDeviceFeatures2"
...
This reverts commit 21e400cfcc
.
2021-04-18 14:09:56 -06:00
Charles Giessen
4bfc21f8be
Revert "- Restored removed functions - Restored pNext chain to device (appends to the end of the ExtentionFeatures chain) - Style changes - Migrated ExtensionFeatures into detail"
...
This reverts commit 0359ceb3fb
.
2021-04-18 14:09:56 -06:00
Charles Giessen
299b36a3a4
Revert "Fixed Features11/12 break. Tests now pass."
...
This reverts commit 632a42f5cd
.
2021-04-18 14:09:56 -06:00
Charles Giessen
441938d731
Revert "Pass by value rather than ref."
...
This reverts commit 3dc81e44df
.
2021-04-18 14:09:56 -06:00
Charles Giessen
7126555c3b
Revert "Assert for null sTypes."
...
This reverts commit 73e2b82dce
.
2021-04-18 14:09:56 -06:00
Charles Giessen
e671170007
Revert "Removes need for function pointers."
...
This reverts commit 075be4900b
.
2021-04-18 14:09:56 -06:00
Charles Giessen
64aeed5855
Revert "Collapsed ExtensionFeatures and StructureContainer together into FeaturesContainer. After the purging of the function pointers all ExtensionFeatures was doing was just wrapping StructureContainers functions."
...
This reverts commit 2f69fa52cb
.
2021-04-18 14:09:56 -06:00
Charles Giessen
2a352b5a25
Revert "Simplified structures and plugged into existing logic."
...
This reverts commit 6ee81abdd3
.
2021-04-18 14:09:56 -06:00
Charles Giessen
db55cb8f27
Revert "Cleanup and asserts for VkPhysicalDeviceFeatures2."
...
This reverts commit 5ac038b778
.
2021-04-18 14:09:56 -06:00
Charles Giessen
38d150101b
Revert "Cleanup and warning for user provided VkPhysicalDeviceFeatures2."
...
This reverts commit 91b3949339
.
2021-04-18 14:09:56 -06:00
Charles Giessen
0b2faf5659
Revert "Removed duplicate include."
...
This reverts commit 6a9e0e2ee8
.
2021-04-18 14:09:56 -06:00
Charles Giessen
6db8cfba86
Revert "add an option to enable warnings as errors"
...
This reverts commit 6bb00bf694
.
2021-04-18 14:08:34 -06:00
Charles Giessen
c10dfc9a6a
Revert "add VK_BOOTSTRAP_WERROR option in README"
...
This reverts commit 82459b10c0
.
2021-04-18 14:08:34 -06:00
Cody Goodson
6a9e0e2ee8
Removed duplicate include.
2021-04-18 14:04:27 -06:00
Cody Goodson
91b3949339
Cleanup and warning for user provided VkPhysicalDeviceFeatures2.
2021-04-18 14:04:27 -06:00
Cody Goodson
5ac038b778
Cleanup and asserts for VkPhysicalDeviceFeatures2.
2021-04-18 14:04:27 -06:00
Cody Goodson
6ee81abdd3
Simplified structures and plugged into existing logic.
2021-04-18 14:04:27 -06:00
Cody Goodson
2f69fa52cb
Collapsed ExtensionFeatures and StructureContainer together into FeaturesContainer. After the purging of the function pointers all ExtensionFeatures was doing was just wrapping StructureContainers functions.
2021-04-18 14:04:27 -06:00
Cody Goodson
075be4900b
Removes need for function pointers.
2021-04-18 14:04:27 -06:00
vibi-manx
73e2b82dce
Assert for null sTypes.
2021-04-18 14:04:27 -06:00
vibi-manx
3dc81e44df
Pass by value rather than ref.
2021-04-18 14:04:27 -06:00
vibi-manx
632a42f5cd
Fixed Features11/12 break. Tests now pass.
2021-04-18 14:04:27 -06:00
vibi-manx
0359ceb3fb
- Restored removed functions
...
- Restored pNext chain to device (appends to the end of the ExtentionFeatures chain)
- Style changes
- Migrated ExtensionFeatures into detail
2021-04-18 14:04:27 -06:00
dangerkangaroo
21e400cfcc
Fix breaking bug with features not being populated from VkGetPhysicalDeviceFeatures2
2021-04-18 14:04:27 -06:00
dangerkangaroo
0a397a33d5
Added generic feature polling/matching/enabling.
2021-04-18 14:04:27 -06:00
Charles Giessen
23dcdd59bf
example: Add config file to locate shaders
...
The example triangle now will have a absolute filepath to the shaders.
This allows running the exe from directories other than the location of the shaders in the filesystem.
Alternative solutions would be to copy/paste the shader binary into the source code.
2021-04-16 10:30:04 -06:00
SpaceIm
82459b10c0
add VK_BOOTSTRAP_WERROR option in README
2021-04-16 09:43:29 -06:00
SpaceIm
6bb00bf694
add an option to enable warnings as errors
2021-04-16 09:43:29 -06:00
dangerfen
ef02739a10
Added macro guard.
2021-04-07 19:26:59 -06:00
dangerfen
1b6e09a04a
Fixes bug with 1.1/1.2 features not being appended to the pNext chain properly.
2021-04-07 19:26:59 -06:00
Mehmet Oguz Derin
903fdfe87b
Compare against feature flags
2021-04-06 15:04:24 -06:00
Mehmet Oguz Derin
617123254a
Compare against feature flags
2021-04-06 15:04:24 -06:00
Mehmet Oguz Derin
8d4ac0db50
Check usage flags when iterating desired formats
2021-04-06 15:04:24 -06:00
Charles Giessen
470ad2c980
CI: Enable manually running CI on PR's
...
Disabling CI from automatic starting on PR's doesn't mean there is a big button to manually do it. Seems this should add a big button.
2021-04-06 13:22:33 -06:00
Charles Giessen
d5d2d6d15e
Stop CI from running on Pull Request
...
This is my mitigation against site-wide attacks. vk-bootstrap is a low update repo, so its fine to only trigger CI on demand.
2021-04-05 13:49:58 -06:00
Ali Emre Gülcü
85aac8d51c
Fixed a typo on README.md about dependencies
2021-03-30 09:51:56 -06:00
Charles Giessen
151c76d1cc
Add selection by and enableing 1.1 and 1.2 features.
...
Users can now ask for physical devices which support a specific 1.1 and 1.2
feature. VkBootstrap will then add the selected features to the enable list
in device creation.
2021-03-29 13:23:27 -06:00
Charles Giessen
94ebc3e9a1
Update Readme to include build options
...
VK_BOOTSTRAP_TEST and VK_BOOTSTRAP_VULKAN_HEADER_DIR are now listed in a nice table.
Update readme to specify its a C++14 library
2021-03-02 09:47:31 -07:00
Charles Giessen
4211068f10
cmake: Add VK_BOOTSTRAP_VULKAN_HEADER_DIR build option
2021-03-02 09:11:23 -07:00
Charles Giessen
07ae8845a7
test: Use VK_NULL_HANDLE to enable 32 bit builds
2021-03-02 09:11:23 -07:00