Reserve Chunk for modifying MTLBuffer contents

MTLBuffer_InternalModifyCPUContents
This commit is contained in:
Jake Turner
2022-06-18 06:35:15 +01:00
committed by Baldur Karlsson
parent f5a2bae23c
commit c6fff16bf2
+1
View File
@@ -232,6 +232,7 @@ enum class MetalChunk : uint32_t
MTLBuffer_removeAllDebugMarkers,
MTLBuffer_remoteStorageBuffer,
MTLBuffer_newRemoteBufferViewForDevice,
MTLBuffer_InternalModifyCPUContents,
Max
};