mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-13 01:05:44 +00:00
Fetch subgroup data for vertex & compute shaders the same as pixel
This commit is contained in:
@@ -51,6 +51,7 @@ enum class ThreadProperty : uint32_t
|
||||
QuadLane,
|
||||
Active,
|
||||
Elected,
|
||||
SubgroupId,
|
||||
Count,
|
||||
};
|
||||
|
||||
|
||||
@@ -535,6 +535,10 @@ private:
|
||||
bool empty() { return m_pDriver == NULL; }
|
||||
};
|
||||
|
||||
ShaderDebugTrace *DebugComputeCommon(ShaderStage stage, uint32_t eventId,
|
||||
const rdcfixedarray<uint32_t, 3> &groupid,
|
||||
const rdcfixedarray<uint32_t, 3> &threadid);
|
||||
|
||||
void AllocAndAddReservedDescriptors(const VulkanStatePipeline &pipe,
|
||||
AddedDescriptorData &patchedBufferData,
|
||||
bool vertexPatchedToCompute,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user