mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Update the enum hlsl_sampler_dim comment.
This commit is contained in:
committed by
Henri Verbeet
parent
3c469edc8e
commit
3376015d88
Notes:
Henri Verbeet
2025-06-26 17:50:16 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1577
@@ -125,7 +125,7 @@ enum hlsl_sampler_dim
|
||||
HLSL_SAMPLER_DIM_STRUCTURED_BUFFER,
|
||||
HLSL_SAMPLER_DIM_RAW_BUFFER,
|
||||
HLSL_SAMPLER_DIM_MAX = HLSL_SAMPLER_DIM_RAW_BUFFER,
|
||||
/* NOTE: Remember to update object_methods[] in hlsl.y if this enum is modified. */
|
||||
/* NOTE: Remember to update texture_methods[] and uav_methods[] in hlsl.y if this is modified. */
|
||||
};
|
||||
|
||||
enum hlsl_so_object_type
|
||||
|
Reference in New Issue
Block a user