aboutsummaryrefslogtreecommitdiff
path: root/tests/vkrenderframework.h
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2017-05-25 11:35:57 -0700
committerChris Forbes <chrisf@ijw.co.nz>2017-05-25 18:15:17 -0700
commiteaa6ff529476083a2c54a5e1d137118a6e712892 (patch)
tree16e6bd347ae1b6f5afc832355cfb3064f9f54990 /tests/vkrenderframework.h
parent1bd8a647411f276e5fb5c2c3c759569a6063629f (diff)
downloadvulkan-validation-layers-eaa6ff529476083a2c54a5e1d137118a6e712892.tar.gz
tests: Remove VkTextureObj::m_rowPitch
Unused
Diffstat (limited to 'tests/vkrenderframework.h')
-rw-r--r--tests/vkrenderframework.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vkrenderframework.h b/tests/vkrenderframework.h
index a433f110a..9516b7a80 100644
--- a/tests/vkrenderframework.h
+++ b/tests/vkrenderframework.h
@@ -291,7 +291,6 @@ class VkTextureObj : public VkImageObj {
protected:
VkDeviceObj *m_device;
vk_testing::ImageView m_textureView;
- VkDeviceSize m_rowPitch;
};
class VkDepthStencilObj : public VkImageObj {