mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Remove a leftover TODO message.
The max output size check for stream outputs is done via validate_max_output_size().
This commit is contained in:
Notes:
Henri Verbeet
2025-06-23 20:19:43 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1588
@@ -7777,8 +7777,6 @@ static void validate_and_record_stream_outputs(struct hlsl_ctx *ctx)
|
|||||||
reported_invalid_index = true;
|
reported_invalid_index = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: check that maxvertexcount * outputdatasize <= 1024. */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void validate_max_output_size(struct hlsl_ctx *ctx, struct hlsl_ir_function_decl *entry_func,
|
static void validate_max_output_size(struct hlsl_ctx *ctx, struct hlsl_ir_function_decl *entry_func,
|
||||||
|
Reference in New Issue
Block a user