Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hello forum,
I am running the below sample vulkan app which has a compute shader and fragment shader and capturing streamline counter.
Vulkan/computecullandlod.cpp at master · SaschaWillems/Vulkan · GitHub
The app has a draw() function which invokes the compute shader command and then graphics command. In the streamline which counters reflect this activity?
In the below screenshot I see some activity in non-fragment cycles and fragment cycles. Does this correspond to the compute shader and fragment shader respectively?
Yes, non-fragment includes compute shaders.