change ref to in
parent
a44d2cbe63
commit
1befeda8f5
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue