aboutsummaryrefslogtreecommitdiff
path: root/src/verifier.cc
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-04-10 15:01:30 -0400
committerGitHub <noreply@github.com>2019-04-10 15:01:30 -0400
commit5299cf300577cafb5196300e19ae8a5952865bbb (patch)
tree9e29ce8ee12402a0c769de9b2d78eeac0debe180 /src/verifier.cc
parent847634a9bd8bcb4790b8ec5afa10e4af9b009c6d (diff)
downloadamber-5299cf300577cafb5196300e19ae8a5952865bbb.tar.gz
Move Format up into base Buffer class (#461)
Diffstat (limited to 'src/verifier.cc')
-rw-r--r--src/verifier.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/verifier.cc b/src/verifier.cc
index 5754c54..974b11d 100644
--- a/src/verifier.cc
+++ b/src/verifier.cc
@@ -522,8 +522,6 @@ Result Verifier::Probe(const ProbeCommand* command,
return Result("Verifier::Probe given ProbeCommand is nullptr");
if (!framebuffer_format)
return Result("Verifier::Probe given texel's Format is nullptr");
- if (framebuffer_format->GetFormatType() == FormatType::kUnknown)
- return Result("Verifier::Probe given texel's Format is unknown");
if (!buf)
return Result("Verifier::Probe given buffer to probe is nullptr");