We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f132e0e commit e7169bbCopy full SHA for e7169bb
Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019-2023 Diligent Graphics LLC
+ * Copyright 2019-2025 Diligent Graphics LLC
3
* Copyright 2015-2019 Egor Yusov
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -49,7 +49,7 @@ static DILIGENT_CONSTEXPR INTERFACE_ID IID_FramebufferVk =
49
DILIGENT_BEGIN_INTERFACE(IFramebufferVk, IFramebuffer)
50
{
51
/// Returns Vulkan framebuffer object handle
52
- VIRTUAL VkFramebuffer METHOD(GetVkFramebuffer)() CONST PURE;
+ VIRTUAL VkFramebuffer METHOD(GetVkFramebuffer)(THIS) CONST PURE;
53
};
54
DILIGENT_END_INTERFACE
55
0 commit comments