mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 14:36:35 +00:00
Fix clang-format issues on GGP branch merge
This commit is contained in:
@@ -741,12 +741,12 @@ static const VkExtensionProperties supportedExtensions[] = {
|
||||
},
|
||||
#ifdef VK_GGP_frame_token
|
||||
{
|
||||
VK_GGP_FRAME_TOKEN_EXTENSION_NAME, VK_GGP_FRAME_TOKEN_SPEC_VERSION,
|
||||
VK_GGP_FRAME_TOKEN_EXTENSION_NAME, VK_GGP_FRAME_TOKEN_SPEC_VERSION,
|
||||
},
|
||||
#endif
|
||||
#ifdef VK_GGP_stream_descriptor_surface
|
||||
{
|
||||
VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME, VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION,
|
||||
VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME, VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
|
||||
@@ -76,8 +76,7 @@ void VulkanReplay::GetOutputWindowDimensions(uint64_t id, int32_t &w, int32_t &h
|
||||
|
||||
OutputWindow &outw = m_OutputWindows[id];
|
||||
|
||||
RDCLOG("Window system is GGP (%d), size is %d, %d", outw.m_WindowSystem, outw.width,
|
||||
outw.height);
|
||||
RDCLOG("Window system is GGP (%d), size is %d, %d", outw.m_WindowSystem, outw.width, outw.height);
|
||||
// No window, specify default resolution.
|
||||
w = outw.width != 0 ? outw.width : 1920;
|
||||
h = outw.height != 0 ? outw.height : 1080;
|
||||
|
||||
Reference in New Issue
Block a user