Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
This commit is contained in:
parent
7b22d61fb1
commit
60a3980561
6 changed files with 29 additions and 3 deletions
|
@ -38,6 +38,9 @@ enum : u8 {
|
|||
|
||||
Shaders,
|
||||
|
||||
// Special entries
|
||||
DepthBiasGlobal,
|
||||
|
||||
LastCommonEntry,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue