diff options
Diffstat (limited to 'tools/gfx/vulkan/vk-texture.cpp')
| -rw-r--r-- | tools/gfx/vulkan/vk-texture.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gfx/vulkan/vk-texture.cpp b/tools/gfx/vulkan/vk-texture.cpp index 13775cef0..ea305c1a1 100644 --- a/tools/gfx/vulkan/vk-texture.cpp +++ b/tools/gfx/vulkan/vk-texture.cpp @@ -10,9 +10,9 @@ namespace vk { TextureResourceImpl::TextureResourceImpl(const Desc& desc, DeviceImpl* device) - : Parent(desc) - , m_device(device) -{} + : Parent(desc), m_device(device) +{ +} TextureResourceImpl::~TextureResourceImpl() { |
