build: Update to header 1.3.288

This commit is contained in:
Mike Schuchardt 2024-06-14 12:27:28 -07:00
parent 07759f0479
commit 1b07de9a3a
6 changed files with 89 additions and 1 deletions

View file

@ -8497,6 +8497,30 @@ struct safe_VkBindDescriptorBufferEmbeddedSamplersInfoEXT {
return reinterpret_cast<VkBindDescriptorBufferEmbeddedSamplersInfoEXT const*>(this);
}
};
struct safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR {
VkStructureType sType;
void* pNext{};
VkBool32 shaderRelaxedExtendedInstruction;
safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR(
const VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* in_struct, PNextCopyState* copy_state = {},
bool copy_pnext = true);
safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR(
const safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR& copy_src);
safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR& operator=(
const safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR& copy_src);
safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR();
~safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR();
void initialize(const VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* in_struct, PNextCopyState* copy_state = {});
void initialize(const safe_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* copy_src,
PNextCopyState* copy_state = {});
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* ptr() {
return reinterpret_cast<VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR*>(this);
}
VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR const* ptr() const {
return reinterpret_cast<VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR const*>(this);
}
};
struct safe_VkDebugReportCallbackCreateInfoEXT {
VkStructureType sType;
const void* pNext{};