@@ -218,6 +218,8 @@ public VkDeviceCreateInfo(ByteBuffer container) {
218218 public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrix2FeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
219219 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM} value to the {@code pNext} chain. */
220220 public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
221+ /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV} value to the {@code pNext} chain. */
222+ public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
221223 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesKHR} value to the {@code pNext} chain. */
222224 public VkDeviceCreateInfo pNext (VkPhysicalDeviceCooperativeMatrixFeaturesKHR value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
223225 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesNV} value to the {@code pNext} chain. */
@@ -1198,6 +1200,8 @@ protected VkDeviceCreateInfo getElementFactory() {
11981200 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrix2FeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
11991201 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM} value to the {@code pNext} chain. */
12001202 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
1203+ /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV} value to the {@code pNext} chain. */
1204+ public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
12011205 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesKHR} value to the {@code pNext} chain. */
12021206 public VkDeviceCreateInfo .Buffer pNext (VkPhysicalDeviceCooperativeMatrixFeaturesKHR value ) { return this .pNext (value .pNext (this .pNext ()).address ()); }
12031207 /** Prepends the specified {@link VkPhysicalDeviceCooperativeMatrixFeaturesNV} value to the {@code pNext} chain. */
0 commit comments