mesa: Drop not used program_written_to_cache
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26740>
This commit is contained in:
parent
ba0d39fb69
commit
4fdb381d02
1 changed files with 0 additions and 3 deletions
|
|
@ -509,9 +509,6 @@ struct gl_program
|
|||
void *driver_cache_blob;
|
||||
size_t driver_cache_blob_size;
|
||||
|
||||
/** Is this program written to on disk shader cache */
|
||||
bool program_written_to_cache;
|
||||
|
||||
/** whether to skip VARYING_SLOT_PSIZ in st_translate_stream_output_info() */
|
||||
bool skip_pointsize_xfb;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue