XMatrixXiang
XMatrixXiang
@pgruenbacher yes it was crashed on linux! By this way you can reproduce this bug! ` #include "BsApplication.h" namespace bs { UINT32 windowResWidth = 1280; UINT32 windowResHeight = 720; }...
It seems that the c++-dataflow demo is not supported on the Windows platform. In c++-dataflow/run.rs, there's a code snippet that explicitly disables execution on Windows: ` if cfg!(windows) { tracing::error!(...
> The problem is caused by when cmake using > > ``` > template > struct align_of > { > static_assert(alignment == 0, "this should fail, the purpose of this...
> Ok. The key is to make vs output english error message. One method I test is under powerscript,set `$env:VSLANG="1033"` This method works well, and my specific steps are as...