NVIDIAGameWorks / NRI

Low-level abstract render interface
MIT License
201 stars 25 forks source link

Move "depth bias" to dynamic state #39

Closed dzhdanNV closed 4 days ago

dzhdanNV commented 7 months ago

https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkDynamicState.html

D3D12:

dzhdanNV commented 6 months ago

Added "blend constants" and "sample positions", "depth bias" is the next...

dzhdanNV commented 4 days ago

Implemented.