Created
January 22, 2025 16:57
-
-
Save ongaeshi/5c45df993da5491830ebb1c9abb265f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'processing' | |
| using Processing | |
| # エラーメッセージからは #version は警告で、texcoord__ や color__ の命名規則に "__" が使われているのが原因? | |
| # | |
| # terminate called after throwing an instance of 'Rucy::RubyException' | |
| # what(): src/shader_source.cpp:49: WARNING: 0:1: '' : #version directive missing | |
| # ERROR: 0:9: 'texcoord__' : two consecutive underscores are reserved for future use | |
| # ERROR: 0:10: 'color__' : two consecutive underscores are reserved for future use | |
| # | |
| # https://github.com/xord/rays/blob/cc5cb4972c2cb1cf7af97eab170d4cdbf52fee0c/src/shader.cpp#L113-L117C12 辺り? | |
| # | |
| draw do | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'processing' | |
| using Processing | |
| # 実行するとウィンドウが何も表示されずに終了 | |
| setup do | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GLView Extentions Viewer で私のマシンの GPU を確認しました。Intel CPU 内蔵の GPU であまり新しいものではないです。グラフィックカードによってエラーになるケースがあるのかもしれません。