diff --git a/webgpu.h b/webgpu.h index e76ec166..909ec4c0 100644 --- a/webgpu.h +++ b/webgpu.h @@ -871,14 +871,9 @@ typedef enum WGPUSurfaceGetCurrentTextureStatus { WGPUSurfaceGetCurrentTextureStatus_Lost = 0x00000005, /** * `0x00000006`. - * The system ran out of memory. - */ - WGPUSurfaceGetCurrentTextureStatus_OutOfMemory = 0x00000006, - /** - * `0x00000007`. * The surface is not configured, or there was an @ref OutStructChainError. */ - WGPUSurfaceGetCurrentTextureStatus_Error = 0x00000007, + WGPUSurfaceGetCurrentTextureStatus_Error = 0x00000006, WGPUSurfaceGetCurrentTextureStatus_Force32 = 0x7FFFFFFF } WGPUSurfaceGetCurrentTextureStatus WGPU_ENUM_ATTRIBUTE; diff --git a/webgpu.yml b/webgpu.yml index 5df3ad1a..ca9e714a 100644 --- a/webgpu.yml +++ b/webgpu.yml @@ -831,8 +831,6 @@ enums: doc: The surface is too different to be used, compared to when it was originally created. - name: lost doc: The connection to whatever owns the surface was lost. - - name: out_of_memory - doc: The system ran out of memory. - name: error doc: The surface is not configured, or there was an @ref OutStructChainError. - name: texture_aspect