Revert partial struct change
This commit is contained in:
parent
f3047a06a0
commit
a01b1be228
15 changed files with 32 additions and 32 deletions
|
|
@ -380,7 +380,7 @@ namespace Raylib_cs
|
|||
/// Head-Mounted-Display device parameters
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe partial struct VrDeviceInfo
|
||||
public unsafe struct VrDeviceInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// HMD horizontal resolution in pixels
|
||||
|
|
@ -437,7 +437,7 @@ namespace Raylib_cs
|
|||
/// VR Stereo rendering configuration for simulator
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct VrStereoConfig
|
||||
public struct VrStereoConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// VR projection matrices (per eye)
|
||||
|
|
|
|||
Loading…
Reference in a new issue