DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.63k stars 331 forks source link

build issues IndexError: list index out of range in cxx_parser.py #238

Closed Haidiye01 closed 1 year ago

Haidiye01 commented 1 year ago

build this project,and i get this problem: 19> File "D:\Source\DiligentEngine_v2.5.3\DiligentTools\RenderStateNotation\scripts\cxx_parser.py", line 64, in filter_bitwise_enum 19> name_type = param.type.spelling.split("::")[1] 19>IndexError: list index out of range image could you help me?

TheMostDiligent commented 1 year ago

Duplicate of https://github.com/DiligentGraphics/DiligentTools/issues/191 Please update the submodules to the latest version.

Haidiye01 commented 1 year ago

ok,i have received your letter ,thank you!

Haidiye01 commented 1 year ago

thanks