Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Allow a layer to implement extensions the driver doesn't

オープン
#134 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
cpp

調査の方向性

まず、現在 layer がドライバーのサポートする関数をどのように公開しているかを追跡し、既存の VK_EXT_frame_boundary 拡張の処理を確認します。基盤となるドライバーが関数を提供していない場合でも、layer がその関数をローカルで公開して処理でき、転送しない状態になれば作業は完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement

The layer currently won't export functions that the driver doesn't support, but it would be useful to allow the layer to implement some functions that it can consume locally without forwarding, such as debug labelling.

Recent Arm GPUs support this in the drivers, but older ones do not and it would be useful to support those in the profiling layer.

Status update: Extension string exposure is now implemented as part of VK_EXT_frame_boundary support. However, it is not yet possible for a layer to expose a function that the driver does not.

主要言語
C++
スター
40
フォーク
12
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ARM-software/libGPULayers のほかの issue

ARM-software/libGPULayers の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。