[roll] Roll fuchsia [scenic] Add VULKAN_HPP_NO_NODISCARD_WARNINGS to scenic_pixeltests

The gfx tests often discard results from vk::Device::waitIdle. Currently
Vulkan-Hpp's nodiscard warnings are disabled globally, but we should
move VULKAN_HPP_NO_NODISCARD_WARNINGS down to scenic so that other code
can have the warnings enabled.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/753103
Original-Revision: ceb49a47e4c70f7730c5970f12c6b63bfde868b4
GitOrigin-RevId: 53b4dac0bf5360e1af44652b3f0bf1a155b8f8e9
Change-Id: I6e597eb089c72d0c0245f46985d6891f6d4693c9
1 file changed
tree: 3654e8cbb832d3f12a9ca420e10a365492ff5a8e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.