GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.15k stars 268 forks source link

GPU Incompatibility #7

Closed Jxqal closed 9 months ago

Jxqal commented 10 months ago

When i start the editor, everything seems to work. but when selecting the Skies Sample for example, im getting multiple errors. They look like this: Screenshot 2023-11-01 155507. I have an RTX 2060, so i cant find a reason for it to give me those errors.

AntonYudintsev commented 10 months ago

You have no prebuilt tools shader in a game folder

Jxqal commented 10 months ago

You have no prebuilt tools shader in a game folder

And how do i get those? Do i have to Download Something additionally? I used the Sample Files, but the Same error applies to them.

NicSavichev commented 10 months ago

And how do i get those? Do i have to Download Something additionally? I used the Sample Files, but the Same error applies to them.

run samples\skiesSample\prog\shaders\compile_shaders_tools.bat or samples\testGI\prog\shaders\compile_shaders_tools.bat this will create ...\tools\common\compiledShaders\tools.exp.ps50.shdump.bin ...\tools\common\compiledShaders\tools.ps50.shdump.bin files that are used for tools and for building assets

OshidaBCF commented 10 months ago

Even after building the shaders i get this when launching AssetViewer image

NicSavichev commented 10 months ago

Even after building the shaders i get this when launching AssetViewer

Shaders dump format is not fixed and may change. Apparently shaders dump from WT CDK (which matches WT production version) differ from latest shader dump format on github

OshidaBCF commented 10 months ago

I see.