mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
127ae6cf12
Based on the design document, "The runtime will not clamp or validate the input, but implementations may clamp to the range [0,1] if necessary.", so we test for the EXT_depth_range_unrestricted extension, and only clamp if it's not available (thus, necessary to do so). NaNs are converted to zero as per "NaNs must be treated as 0, but the runtime will convert NaNs to 0 on behalf of the implementation.", and a default bounds are set to 0.0 and 1.0. |
||
---|---|---|
.. | ||
list.h | ||
rbtree.h | ||
vkd3d_blob.h | ||
vkd3d_common.h | ||
vkd3d_memory.h | ||
vkd3d_shader_utils.h | ||
vkd3d_test.h | ||
vkd3d_utf8.h |