[roll] Roll fuchsia [rust][vulkan] Add support for all upstream FUCHSIA extensions.

This adds support for structs and methods of all upstream FUCHSIA
extensions. The change also improves the usability of the library
by enabling Default trait for all upstream FUCHSIA structs (sType
will be set by default).

TEST: added unittests to test function loading.
Original-Bug: 89887
Original-Bug: 91168

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/628806
Original-Revision: e6b52a6e3d69268e3134c956310c92aa45ae9c92
GitOrigin-RevId: 24db7ef942a658955e465ee3614f0c1912c68b63
Change-Id: I5e7081f0440f0d46f31cac7fd480a3d784ea7754
1 file changed
tree: 958c3ce64d32f7ac0816dca1ad0018015fac3ac2
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.