mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d-shader: Callers of vkd3d_shader_get_supported_source_types() should ignore unrecognised source types.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3a97193246
commit
63098ba8fa
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user