Skip to content

v1.146

Compare
Choose a tag to compare
@dzhdanNV dzhdanNV released this 02 Sep 13:19
· 125 commits to main since this release

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 to smoothLines to match isLineSmoothingSupported
  • VK: VK_EXT_line_rasterization replaced with the KHR version
  • improved docs