v1.146
HIGHLIGHTS:
- improved depth bias
DETAILS:
- Core: added
CmdSetDepthBias
, which can be used to override depth bias in pipeline (if enabled) - Core: depth bias values grouped into
DepthBiasDesc
for comfortable usage - Core: exposed
DeviceDesc::isDynamicDepthBiasSupported
- Core:
antialiasedLines
renamed tosmoothLines
to matchisLineSmoothingSupported
- VK:
VK_EXT_line_rasterization
replaced with theKHR
version - improved docs