diff --git a/src/Refresh.cs b/src/Refresh.cs index 967ae84..dd10e80 100644 --- a/src/Refresh.cs +++ b/src/Refresh.cs @@ -324,6 +324,7 @@ namespace RefreshCS { DontCare, Vulkan, + D3D11, PS5, Invalid } @@ -1012,26 +1013,6 @@ namespace RefreshCS WriteOptions writeOption ); - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern void Refresh_CopyTextureToBuffer( - IntPtr device, - IntPtr commandBuffer, - in TextureRegion textureSlice, - IntPtr gpuBuffer, - in BufferImageCopy copyParams, - WriteOptions writeOption - ); - - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern void Refresh_CopyBufferToTexture( - IntPtr device, - IntPtr commandBuffer, - IntPtr gpuBuffer, - in TextureRegion textureSlice, - in BufferImageCopy bufferImageCopy, - WriteOptions writeOption - ); - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern void Refresh_CopyBufferToBuffer( IntPtr device,