change ref to in

pull/1/head
cosmonaut 2021-11-14 21:06:50 -08:00
parent a44d2cbe63
commit 1befeda8f5
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ namespace RefreshCS
public static extern void Refresh_SetTextureData(
IntPtr device,
IntPtr commandBuffer,
ref TextureSlice textureSlice,
in TextureSlice textureSlice,
IntPtr data,
uint dataLengthInBytes
);