From e59aee131b6d51236613bc374cfa2d5f3b54efe1 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 17 Feb 2021 15:09:09 -0800 Subject: Add `SampleGrad` overload for lod clamp. (#1711) * Add `SampleGrad` overload for lod clamp. * Fix gfx to run the test on vulkan. * Whitespace change to trigger CI build * remove presentFrame call in render-test Co-authored-by: Yong He Co-authored-by: Tim Foley --- tools/gfx/render.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/gfx/render.h') diff --git a/tools/gfx/render.h b/tools/gfx/render.h index e783273ee..053f9e1e2 100644 --- a/tools/gfx/render.h +++ b/tools/gfx/render.h @@ -1039,8 +1039,6 @@ struct GraphicsPipelineStateDesc IPipelineLayout* pipelineLayout = nullptr; IInputLayout* inputLayout; - UInt framebufferWidth; - UInt framebufferHeight; UInt renderTargetCount = 0; // Only used if `pipelineLayout` is non-null DepthStencilDesc depthStencil; RasterizerDesc rasterizer; -- cgit v1.2.3