Roll ANGLE from 33b254fe85e3 to 0b533e64cf61 (3 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/33b254fe85e3..0b533e64cf61

2022-05-30 jmadill@chromium.org Make GLProgram non-copyable.
2022-05-30 jmadill@chromium.org Vulkan: Refactor command buffer retain calls.
2022-05-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 528f7d8e618c to 59aa5963cf64 (8 revisions)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC lokokung@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: lokokung@google.com
Change-Id: I1c7d7bdb3ba85de741dd20b3194a66f567c1ddb6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92041
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 05ae155..e7f7d62 100644
--- a/DEPS
+++ b/DEPS
@@ -129,7 +129,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@33b254fe85e3a38c9e8c5f78b2d814b425298085',
+    'url': '{chromium_git}/angle/angle@0b533e64cf61d588815e6250f8048514bed7525e',
     'condition': 'dawn_standalone',
   },