From c64620dfb7aee16d38fde37fa5bda9c4ec4aae2b Mon Sep 17 00:00:00 2001 From: HuYingzhuo Date: Thu, 25 Apr 2019 11:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=9C=AA=E6=9D=A5=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=8E=92=E5=BA=8F=E5=87=BD=E6=95=B0=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/VKCommandBuffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Vulkan/VKCommandBuffer.h b/example/Vulkan/VKCommandBuffer.h index c7c673e5..5c2dce59 100644 --- a/example/Vulkan/VKCommandBuffer.h +++ b/example/Vulkan/VKCommandBuffer.h @@ -41,6 +41,8 @@ public: clear_values[1].depthStencil.stencil=s; } + //以上设定在Begin开始后即不可改变 + bool Begin(RenderPass *rp,Framebuffer *fb); bool Bind(Pipeline *p); bool Bind(PipelineLayout *pl);