mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 15:20:58 +00:00
Remove redundant instOffset/vertOffset parameters from DebugVertex()
This commit is contained in:
@@ -257,8 +257,7 @@ public:
|
||||
{
|
||||
return rdcarray<PixelModification>();
|
||||
}
|
||||
ShaderDebugTrace *DebugVertex(uint32_t eventId, uint32_t vertid, uint32_t instid, uint32_t idx,
|
||||
uint32_t instOffset, uint32_t vertOffset)
|
||||
ShaderDebugTrace *DebugVertex(uint32_t eventId, uint32_t vertid, uint32_t instid, uint32_t idx)
|
||||
{
|
||||
return new ShaderDebugTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user