metal sync extension
This commit is contained in:
@@ -35,9 +35,6 @@ gnDeviceFunctions loadMetalDeviceFunctions() {
|
||||
._gnCreateCommandPool = createMetalCommandPool,
|
||||
._gnDestroyCommandPool = destroyMetalCommandPool,
|
||||
|
||||
._gnCreateSemaphore = createMetalSemaphore,
|
||||
._gnDestroySemaphore = destroyMetalSemaphore,
|
||||
|
||||
._gnCreateBuffer = createMetalBuffer,
|
||||
._gnBufferData = metalBufferData,
|
||||
._gnMapBuffer = mapMetalBuffer,
|
||||
@@ -55,11 +52,6 @@ gnDeviceFunctions loadMetalDeviceFunctions() {
|
||||
._gnTextureData = metalTextureData,
|
||||
._gnDestroyTexture = metalDestroyTexture,
|
||||
|
||||
._gnCreateFence = createMetalFence,
|
||||
._gnWaitForFence = waitForMetalFence,
|
||||
._gnResetFence = resetMetalFence,
|
||||
._gnDestroyFence = destroyMetalFence,
|
||||
|
||||
._gnSubmit = metalSubmit,
|
||||
._gnPresent = metalPresent,
|
||||
|
||||
|
Reference in New Issue
Block a user