Redo partial change
This commit is contained in:
parent
014b1a3596
commit
370ab8d9f3
17 changed files with 30 additions and 30 deletions
|
|
@ -6,7 +6,7 @@ namespace Raylib_cs
|
|||
/// RenderTexture2D type, for texture rendering
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct RenderTexture2D
|
||||
public partial struct RenderTexture2D
|
||||
{
|
||||
/// <summary>
|
||||
/// OpenGL Framebuffer Object (FBO) id
|
||||
|
|
|
|||
Loading…
Reference in a new issue