Hugues Evrard
Hugues Evrard
@mattyclarkson we have newer dev-releases that may have fixed your issue, you can grab the latest at: https://github.com/google/gapid-dev-releases/releases/latest Can you give a try and tell us if you are still...
Hi @Huanhuan006 , I think you have two alternatives to get a smaller trace: 1. Start the capture not at the beginning, but manually, when you are reaching the interesting...
I suggest you try the [latest dev-release](https://github.com/google/gapid-dev-releases/releases/latest ), and in your configuration you can try: Type: OpenGLES (assuming your game is OpenGL) Start at: Manual Duration: 5 frames Let us...
No, it needs some Bazel magic to propagate this version definition to all relevant places. This is low-priority I reckon.
Fix on AGI side: https://github.com/google/agi/pull/639
Can you try the latest dev-release build, and tell us if you still have the issue? https://github.com/google/gapid-dev-releases/releases/latest
It seems to be fixed by their commit fc89f065e945b359e7c384a962640a233404d5cc https://github.com/KhronosGroup/glslang/commit/fc89f065e945b359e7c384a962640a233404d5cc
Not yet, we need to update glslang to a more recent commit. It is currently still pointing to an old commit: https://github.com/google/gapid/blob/a01b72076aadd05c61535911d2a115279d69c033/tools/build/workspace.bzl#L121 After updating, we'll need to remove the flag...
https://github.com/google/gapid/blob/5bcf385069bfff46257d24120a0d0ba444fae5ee/core/stream/convert.go#L58 Here the srcStride is zero on my example. While trying to debug, I cannot find where the `Format` type is defined, even when looking at generated files. Any idea?
Re-opening this: GAPID should display a proper warning to explain that it does not support Steam executables, because of the Steam-specific process start-up. @xooiamd are you able to get a...