Cleanup: Remove unused variable.

Introduced in recent commit.
This commit is contained in:
Jeroen Bakker 2023-01-30 11:27:23 +01:00
parent a36c1cabce
commit 411345757c
1 changed files with 0 additions and 1 deletions

View File

@ -1522,7 +1522,6 @@ void MTLContext::ensure_texture_bindings(
@autoreleasepool {
int compute_arg_buffer_bind_index = -1;
int null_index = -1;
/* Argument buffers are used for samplers, when the limit of 16 is exceeded.
* NOTE: Compute uses vertex argument for arg buffer bind index.*/