Skip to content

Commit

Permalink
Buildfix 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 10, 2017
1 parent 17d624d commit 3e7d913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPU/Vulkan/DepalettizeShaderVulkan.cpp
Expand Up @@ -70,7 +70,6 @@ DepalShaderCacheVulkan::~DepalShaderCacheVulkan() {
void DepalShaderCacheVulkan::DeviceLost() {
Clear();
vulkan_->Delete().QueueDeleteShaderModule(vshader_);
vshader_ = nullptr;
draw_ = nullptr;
vulkan_ = nullptr;
}
Expand Down

0 comments on commit 3e7d913

Please sign in to comment.