Skip to content

Commit

Permalink
Back out "igl | tests | Ensure Vulkan Validation Layers are enabled i…
Browse files Browse the repository at this point in the history
…n tests"

Reviewed By: rokuz, maliarov

Differential Revision: D67411773

fbshipit-source-id: 38b667a1f8e895d235cd1e253a7608cbccec10e0
  • Loading branch information
corporateshark authored and facebook-github-bot committed Dec 19, 2024
1 parent e1e4aa8 commit f9761b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/igl/tests/vulkan/Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,6 @@ TEST_F(DeviceVulkanTest, CurrentThreadIdTest) {
ctx.ensureCurrentContextThread();
}

TEST_F(DeviceVulkanTest, EnsureValidation) {
#if !defined(IGL_DISABLE_VALIDATION)
igl::vulkan::VulkanContext& ctx =
static_cast<igl::vulkan::Device*>(iglDev_.get())->getVulkanContext();

ASSERT_TRUE(ctx.areValidationLayersEnabled());
#endif // !defined(IGL_DISABLE_VALIDATION)
}

TEST_F(DeviceVulkanTest, UpdateGlslangResource) {
const igl::vulkan::VulkanContext& ctx =
static_cast<const igl::vulkan::Device*>(iglDev_.get())->getVulkanContext();
Expand Down

0 comments on commit f9761b4

Please sign in to comment.