@@ -216,6 +216,8 @@ public VkDeviceCreateInfo(ByteBuffer container) {
216216 public VkDeviceCreateInfo pNext (VkPhysicalDeviceConditionalRenderingFeaturesEXT value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
217217 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrix2FeaturesNV} value to the {@code pNext} chain. */
218218 public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrix2FeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
219+ /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM} value to the {@code pNext} chain. */
220+ public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
219221 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesKHR} value to the {@code pNext} chain. */
220222 public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrixFeaturesKHR value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
221223 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesNV} value to the {@code pNext} chain. */
@@ -1157,6 +1159,8 @@ protected VkDeviceCreateInfo getElementFactory() {
11571159 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceConditionalRenderingFeaturesEXT value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
11581160 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrix2FeaturesNV} value to the {@code pNext} chain. */
11591161 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrix2FeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
1162+ /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM} value to the {@code pNext} chain. */
1163+ public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
11601164 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesKHR} value to the {@code pNext} chain. */
11611165 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrixFeaturesKHR value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
11621166 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesNV} value to the {@code pNext} chain. */
0 commit comments