CMAKE工程文件增加GLFW_INCLUDE_VULKAN宏定义

This commit is contained in:
2019-04-30 12:33:19 +08:00
parent 73f282c689
commit 5a121eb5ee
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ bool CommandBuffer::Bind(Renderable *render_obj)
return(true);
}
void CommandBuffer::SetDepthBias(float constant_factor,float clamp,float slope_factor)
{
vkCmdSetDepthBias(cmd_buf,constant_factor,clamp,slope_factor);