VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/bin/ci/download_gl_schema.sh

最後變更 在這個檔案是 103996,由 vboxsync 提交於 12 月 前

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

檔案大小: 292 位元組
 
1#!/bin/sh
2
3# Helper script to download the schema GraphQL from Gitlab to enable IDEs to
4# assist the developer to edit gql files
5
6SOURCE_DIR=$(dirname "$(realpath "$0")")
7
8(
9 cd $SOURCE_DIR || exit 1
10 gql-cli https://gitlab.freedesktop.org/api/graphql --print-schema > schema.graphql
11)
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette