CMAKE工程文件增加GLFW_INCLUDE_VULKAN宏定义
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user