Results 28 comments of chirsz

Good work! I am a native Chinese speaker. I did some translation works on my local branch in past few months but the process is very slow. We can reference...

或许应该在适当位置加上 credit 来遵守 CC 协议? 这图经过放大后分辨率好像不太够。

I meet the same problem. IMO, this kind of location overlapping error is unnecessary: - When we directly use GLSL shader in OpenGL, the driver would automatically distribute locations to...

The [strategy](https://github.com/KhronosGroup/SPIRV-Cross#clip-space-conventions) of SPIRV-Cross's `fixup_clipspace` option is: > For GLSL targets, enabling this will convert a shader which assumes `[0, w]` depth range (Vulkan / D3D / Metal) into `[-w,...

找到了似乎是香港教育部的信件格式规范: https://www.edb.gov.hk/attachment/tc/curriculum-development/kla/chi-edu/resources/primary-secondary/lang/3%20shuxin.pdf

> decimal conversion takes so long because bigint doesn't use an efficient algorithm. > when using bc from GNU coreutils (which I think uses libgmp), printing `2^166096` (close to `10^50000`)...

https://github.com/google/googletest/issues/1051 `-Dgtest_disable_pthreads=ON` fixes my problem.

I meet this problem in v1.8.0, and after I upgrade to 1.11.0, the problem disappeared. THis is a bug tracked in #606 and solved by #721 and #856, which merged...

If you think that's good, I could make a PR.

I'm not a conservative and I like modern C, but it might be too radical for me to use so many `static inline` functions. The idea of conditional compilation looks...