From 30d13ec2c747e0f7bac2b7769c3daf7b16146cdb Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 6 Nov 2024 00:19:12 +0800 Subject: [PATCH] removed device from VKTexture.h --- inc/hgl/graph/VKTexture.h | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/hgl/graph/VKTexture.h b/inc/hgl/graph/VKTexture.h index e97103e9..7faa41ea 100644 --- a/inc/hgl/graph/VKTexture.h +++ b/inc/hgl/graph/VKTexture.h @@ -20,7 +20,6 @@ protected: TextureManager *manager; TextureID texture_id; - VkDevice device; TextureData *data; public: