mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix remote server version calculation
This commit is contained in:
@@ -46,7 +46,7 @@ RDOC_DEBUG_CONFIG(bool, RemoteServer_DebugLogging, false,
|
||||
"traffic to and from the remote server.");
|
||||
|
||||
static const uint32_t RemoteServerProtocolVersion =
|
||||
uint32_t(RENDERDOC_VERSION_MAJOR * 1000) | RENDERDOC_VERSION_MINOR;
|
||||
uint32_t(RENDERDOC_VERSION_MAJOR * 1000) + RENDERDOC_VERSION_MINOR;
|
||||
|
||||
enum RemoteServerPacket
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user