chubei-oppen
chubei-oppen
1. The `Validate` implementation asserts `buffer_view` and `sparse` must not both be empty, which is actually [allowed](https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#_accessor_bufferview). 2. The `Accessor` always has `byte_offset` even when `buffer_view` is none, which is...
GAPID Version: 1.6.1:338bb67b0fe291f56f31d69f11ea1a45ed7cfeb6 OS: linux amd64 Steps: Capture a new trace Device is running Android 11. Log: ``` com.google.gapid.server.Client$InternalServerErrorException: Tracing Failed Cause: Could not start trace Cause: Setting up the...
The [documentation](https://docs.conan.io/en/latest/howtos/manage_gcc_abi.html) says `If you are using the CMake build helper or the AutotoolsBuildEnvironment build helper Conan will automatically adjust the _GLIBCXX_USE_CXX11_ABI flag to manage the ABI.` However, I can...