Nabla-Examples-and-Tests icon indicating copy to clipboard operation
Nabla-Examples-and-Tests copied to clipboard

Ex25 CentralLimitBoxBlur update.

Open achalpandeyy opened this issue 3 years ago • 1 comments

  • [x] Handle mouse and keyboard events.
    • [x] Remove Q to quit.
    • [x] Mouse wheel to change the blur radius.
      • [x] Detect vertical scroll event.
      • [x] Change blur radius push constant in response.
  • [x] Read test input image, create output image, and create their views.
  • [x] Create relevant resources to do blur.
  • [x] Get rid of validation errors.

achalpandeyy avatar Jul 19 '22 07:07 achalpandeyy

Read test input image, create output image, and create their views. Create relevant resources to do blur.

Seems you forgot to push some code, the example I see does nothing