mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Fix outdated comment
This commit is contained in:
@ -5,8 +5,7 @@ using System.Runtime.InteropServices;
|
|||||||
namespace Raylib_cs
|
namespace Raylib_cs
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts text to a UTF8 buffer for passing to native code.<br/>
|
/// Converts text to a UTF8 buffer for passing to native code
|
||||||
/// Uses ArrayPool to reduce memory allocation.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ref struct UTF8Buffer
|
public ref struct UTF8Buffer
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user