Got a bit further

This commit is contained in:
Dynamitos
2023-11-05 11:47:22 +01:00
parent 77eb92838c
commit d35f7acddc
11 changed files with 32 additions and 20 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ void* ShaderBuffer::lock(bool writeOnly)
{
return dedicatedStagingBuffer->getMappedPointer();
}
return ShaderBuffer::lock(writeOnly);
return Vulkan::Buffer::lock(writeOnly);
}
void ShaderBuffer::unlock()