aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkPipelineState.cpp
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-01-03 14:32:01 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-03 20:14:02 +0000
commit87f340e52a1af24766659c63035331e8b0b6355f (patch)
tree51ad806f0e99ff5f767b72dd1a748845774a565b /src/gpu/vk/GrVkPipelineState.cpp
parent428dfe01fca286d6ef952242388a1075b80bb4ee (diff)
switched GrVkPipelineStateCache over to use SkLRUCache
BUG=skia: Change-Id: I04301313132df170a16995b4830b13ffbddbed3b Reviewed-on: https://skia-review.googlesource.com/6469 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'src/gpu/vk/GrVkPipelineState.cpp')
-rw-r--r--src/gpu/vk/GrVkPipelineState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/vk/GrVkPipelineState.cpp b/src/gpu/vk/GrVkPipelineState.cpp
index e5bf7fa9a8..257763a8e4 100644
--- a/src/gpu/vk/GrVkPipelineState.cpp
+++ b/src/gpu/vk/GrVkPipelineState.cpp
@@ -75,7 +75,7 @@ GrVkPipelineState::GrVkPipelineState(GrVkGpu* gpu,
}
GrVkPipelineState::~GrVkPipelineState() {
- // Must of freed all GPU resources before this is destroyed
+ // Must have freed all GPU resources before this is destroyed
SkASSERT(!fPipeline);
SkASSERT(!fPipelineLayout);
SkASSERT(!fSamplers.count());