mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Fix a few typos in the comments.
This commit is contained in:
committed by
Alexandre Julliard
parent
8509ec1e72
commit
4110f1e547
Notes:
Alexandre Julliard
2023-03-15 20:17:42 +01:00
Approved-by: Zebediah Figura (@zfigura) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/118
@@ -947,7 +947,7 @@ void hlsl_cleanup_deref(struct hlsl_deref *deref)
|
||||
hlsl_src_remove(&deref->offset);
|
||||
}
|
||||
|
||||
/* Initializes a simple variable derefence, so that it can be passed to load/store functions. */
|
||||
/* Initializes a simple variable dereference, so that it can be passed to load/store functions. */
|
||||
void hlsl_init_simple_deref_from_var(struct hlsl_deref *deref, struct hlsl_ir_var *var)
|
||||
{
|
||||
memset(deref, 0, sizeof(*deref));
|
||||
|
Reference in New Issue
Block a user