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

Error compiling shader in old compute

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
typescript

調査の方向性

まず、記載されている Intel HD Graphics 4600 でシェーダーのコンパイルエラーを再現し、正常に動作する Intel UHD Graphics 630 の構成と結果を比較します。シェーダーのコンパイルと Rendering タブのエントリポイントを追跡します。影響を受けるハードウェア上で、報告されたシェーダーがコンパイルされ、Rendering タブがこれらのエラーなしで開けば完了です。

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

説明

Hi! Here are some questions that need help.

Error compiling shader occurred when open VolView on an old computer,

image

The specific error is:

ERROR: 0:275: 'getOneTextureValue' : no matching overloaded function found
ERROR: 0:275: '=' : dimension mismatch
ERROR: 0:275: '=' : cannot convert from 'const mediump float' to 'highp 4-component vector of float'
ERROR: 0:276: 'getOneTextureValue' : no matching overloaded function found
ERROR: 0:276: '=' : dimension mismatch
ERROR: 0:276: '=' : cannot convert from 'const mediump float' to 'highp 4-component vector of float'

and when i switch to the Rendering tab,
this error also appears,and the specific error is:

ERROR: 0:855: 'i' : Loop index cannot be compared with non-constant expression
ERROR: 0:874: 'i' : Loop index cannot be compared with non-constant expression

The configuration of the computer is:

System: windows 7,
CPU: Intel(R) Core(TM) i5-4460 CPU@ 3.20GHz 3.20GHz,
RAM: 8.00GB,
System-type: 64Bit,
GPU: Intel(R) HD Graphics 4600,
Browser: Chrome 109.0.5414.120

and this error will not occur on this computer:

System: windows 10,
CPU: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz 3.60 GHz,
RAM: 8.00GB,
System-type: 64Bit,
GPU: Intel(R) UHD Graphics 630,
Browser: Chrome 119.0.6045.106

Thanks!

主要言語
TypeScript
スター
304
フォーク
102
平均マージ
1日 5時間
マージ済み PR(30日)
13

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

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

はじめの一歩

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

Kitware/VolView のほかの issue

Kitware/VolView の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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