mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
nvk/tess: don't emit patch control points in pipeline
Let the dynamic state thing emit these. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
afd6219055
commit
f0e8749e13
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ static void
|
|||
emit_pipeline_ts_state(struct nv_push *p,
|
||||
const struct vk_tessellation_state *ts)
|
||||
{
|
||||
P_IMMD(p, NV9097, SET_PATCH, ts->patch_control_points);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue