[PATCH vkd3d 2/5] vkd3d-shader: Callers of vkd3d_shader_get_supported_source_types() should ignore unrecognised source types.

Henri Verbeet hverbeet at codeweavers.com
Fri Feb 25 12:36:36 CST 2022


Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
---
 include/vkd3d_shader.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/vkd3d_shader.h b/include/vkd3d_shader.h
index 0e958b24..3c7cc4d1 100644
--- a/include/vkd3d_shader.h
+++ b/include/vkd3d_shader.h
@@ -1461,7 +1461,8 @@ static inline uint32_t vkd3d_shader_create_swizzle(enum vkd3d_shader_swizzle_com
 VKD3D_SHADER_API const char *vkd3d_shader_get_version(unsigned int *major, unsigned int *minor);
 /**
  * Returns the source types supported, with any target type, by
- * vkd3d_shader_compile().
+ * vkd3d_shader_compile(). Future versions of the library may introduce
+ * additional source types; callers should ignore unrecognised source types.
  *
  * Use vkd3d_shader_get_supported_target_types() to determine which target types
  * are supported for each source type.
-- 
2.20.1




More information about the wine-devel mailing list