mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-26 00:34:35 +00:00
Revert "Revert "Assert for null sTypes.""
This reverts commit 7126555c3b
.
This commit is contained in:
parent
3c38977084
commit
63f06898f9
@ -538,6 +538,8 @@ class PhysicalDeviceSelector {
|
|||||||
#if defined(VK_API_VERSION_1_1)
|
#if defined(VK_API_VERSION_1_1)
|
||||||
template <typename T>
|
template <typename T>
|
||||||
PhysicalDeviceSelector& add_required_extension_features(T const& features) {
|
PhysicalDeviceSelector& add_required_extension_features(T const& features) {
|
||||||
|
assert(features.sType != 0 &&
|
||||||
|
"Features struct sType must be filled with the struct's corresponding VkStructureType enum");
|
||||||
criteria.extension_features.push_back(detail::ExtensionFeatures::make(features));
|
criteria.extension_features.push_back(detail::ExtensionFeatures::make(features));
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user