ddf8196 / MaterialBinTool

MCBE RenderDragon着色器解包/打包/编译工具
MIT License
108 stars 12 forks source link

shaderc.exe is not detected in the Termux application #8

Closed ahmaf-gif closed 1 year ago

ahmaf-gif commented 1 year ago

I followed the Compile steps.

java -jar mtb. jar -s shaderc.exe -c RenderChunk

And the result is "shaderc not found"

ddf8196 commented 1 year ago

The shaderc.exe included in the Release only supports Windows x64, not Android. To use it on Android, you can compile shaderc from source code by yourself.

ahmaf-gif commented 1 year ago

Can you show an example or a tutorial?