Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed assert
  • Loading branch information
gaaclarke committed Jun 18, 2024
commit 22107a245b396e27e7cf1bd4dd0b21a2c5c454cc
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ TEST(GaussianBlurFilterContentsTest, ChopHugeBlurs) {
.step_size = 1};
GaussianBlurPipeline::FragmentShader::KernelSamples kernel_samples =
GenerateBlurInfo(parameters);
EXPECT_EQ(kernel_samples.sample_count, 50);
EXPECT_EQ(kernel_samples.sample_count, 98);
}

} // namespace testing
Expand Down