change ref to in
parent
a44d2cbe63
commit
1befeda8f5
|
@ -750,7 +750,7 @@ namespace RefreshCS
|
||||||
public static extern void Refresh_SetTextureData(
|
public static extern void Refresh_SetTextureData(
|
||||||
IntPtr device,
|
IntPtr device,
|
||||||
IntPtr commandBuffer,
|
IntPtr commandBuffer,
|
||||||
ref TextureSlice textureSlice,
|
in TextureSlice textureSlice,
|
||||||
IntPtr data,
|
IntPtr data,
|
||||||
uint dataLengthInBytes
|
uint dataLengthInBytes
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue