mirror of
https://github.com/Ryujinx/Opentk.git
synced 2026-07-05 20:04:47 +00:00
9 lines
130 B
C#
9 lines
130 B
C#
using System;
|
|
|
|
namespace OpenTK.Graphics.Vulkan.Generator
|
|
{
|
|
internal class CalliRewriteAttribute : Attribute
|
|
{
|
|
}
|
|
}
|