index -> int

This commit is contained in:
Jack 2025-05-15 22:15:03 -04:00
parent d197c18528
commit 1a1564f642

View File

@ -95,8 +95,8 @@ struct CommandEncoder {
return enc_->setBytes(&v, sizeof(T), idx);
}
void set_threadgroup_memory_length(size_t length, NS::UInteger index) {
enc_->setThreadgroupMemoryLength(length, index);
void set_threadgroup_memory_length(size_t length, int idx) {
enc_->setThreadgroupMemoryLength(length, idx);
}
ConcurrentContext start_concurrent() {