Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -184,7 +184,7 @@ DECLARE_ENUM_OPERATORS(FormatSupport);
/// </summary>
API_STRUCT() struct FormatFeatures
{
DECLARE_SCRIPTING_TYPE_MINIMAL(FormatFeatures);
DECLARE_SCRIPTING_TYPE_MINIMAL(FormatFeatures);
/// <summary>
/// Gets the maximum MSAA sample count for a particular <see cref="PixelFormat"/>.
@@ -218,7 +218,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(FormatFeatures);
/// </summary>
API_STRUCT() struct GPULimits
{
DECLARE_SCRIPTING_TYPE_MINIMAL(GPULimits);
DECLARE_SCRIPTING_TYPE_MINIMAL(GPULimits);
/// <summary>
/// True if device supports Compute shaders.