LuBai(露白)

Results 6 comments of LuBai(露白)

> Maybe we can add the `upgrade`, and mark `update` as obsolete? Since some people might still be on the older version? Yeah, sounds like a better solution by taking...

I've tried a lot, but GoLand still doesn't recognize generated pb.go file, although Bazel can run target successfully. I think using symlink or writing bzl maybe not the perfect solution,...

I'm looking forward to this too !!!

1. Add `set(CPM_SOURCE_CACHE "${CMAKE_CURRENT_SOURCE_DIR}/.cache/cpm" CACHE STRING "CPM cache path")` in your CMakeLists.txt before any other `add_subdirectory` or `CPMAddPackage`. 2. git ignore `.cache/`

Hi, I tried to build MoltenVK from source code and added some debugging logs. It turned out that `cullMode` passed to `MVKRenderingCommandEncoderState::setCullMode` was not used in `MVKGraphicsPipeline::encode`, reset by `_rasterInfo.cullMode`,...