Skip to content

Commit

Permalink
v1.3.262
Browse files Browse the repository at this point in the history
  • Loading branch information
exomia-bot committed Aug 25, 2023
1 parent 3a11d6a commit d1f619b
Show file tree
Hide file tree
Showing 28 changed files with 785 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.261
1.3.262
8 changes: 1 addition & 7 deletions src/Exomia.Vulkan.Api.Core/Enums/VkAccessFlagBits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ public enum VkAccessFlagBits

/// <summary>
/// VK_ACCESS_SHADER_READ_BIT specifies read access to a
/// <a href="https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#descriptorsets-uniformbuffer">
/// uniform
/// buffer
/// </a>
/// ,
/// <a
/// href="https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#descriptorsets-uniformtexelbuffer">
/// uniform
Expand Down Expand Up @@ -365,8 +360,7 @@ public enum VkAccessFlagBits
VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV = 0x20000,

/// <summary>
/// VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV specifies writes to the target command buffer:VkBuffer preprocess
/// outputs in
/// VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV specifies writes to the target command buffer preprocess outputs in
/// <a
/// href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/vkCmdPreprocessGeneratedCommandsNV.html">
/// vkCmdPreprocessGeneratedCommandsNV
Expand Down
2 changes: 0 additions & 2 deletions src/Exomia.Vulkan.Api.Core/Enums/VkAccessFlagBits2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public enum VkAccessFlagBits2 : ulong

/// <summary>
/// VK_ACCESS_2_SHADER_READ_BITis equivalent to the logical OR of:<br />
/// VK_ACCESS_2_UNIFORM_READ_BIT<br />
/// VK_ACCESS_2_SHADER_SAMPLED_READ_BIT<br />
/// VK_ACCESS_2_SHADER_STORAGE_READ_BIT<br />
/// VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR<br />
Expand Down Expand Up @@ -535,7 +534,6 @@ public enum VkAccessFlagBits2 : ulong

/// <summary>
/// VK_ACCESS_2_SHADER_READ_BITis equivalent to the logical OR of:<br />
/// VK_ACCESS_2_UNIFORM_READ_BIT<br />
/// VK_ACCESS_2_SHADER_SAMPLED_READ_BIT<br />
/// VK_ACCESS_2_SHADER_STORAGE_READ_BIT<br />
/// VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR<br />
Expand Down
11 changes: 11 additions & 0 deletions src/Exomia.Vulkan.Api.Core/Enums/VkSamplerReductionMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ public enum VkSamplerReductionMode
/// </summary>
VK_SAMPLER_REDUCTION_MODE_MAX = 2,

/// <summary>
/// VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOMspecifies values are combined as described by
/// VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE, followed by a
/// <a href="https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#textures-texel-range-clamp">
/// texel
/// range clamp
/// </a>
/// .
/// </summary>
VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOM = 1000521000,

/// <summary>
/// VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE specifies that texel values are combined by computing a weighted average
/// of values in the footprint, using weights as specified in
Expand Down
54 changes: 54 additions & 0 deletions src/Exomia.Vulkan.Api.Core/Enums/VkStructureType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4885,6 +4885,60 @@ public enum VkStructureType
/// </summary>
VK_STRUCTURE_TYPE_MULTIVIEW_PER_VIEW_RENDER_AREAS_RENDER_PASS_BEGIN_INFO_QCOM = 1000510001,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_FEATURES_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_FEATURES_QCOM = 1000518000,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_PROPERTIES_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_PROPERTIES_QCOM = 1000518001,

/// <summary>
/// VK_STRUCTURE_TYPE_SAMPLER_BLOCK_MATCH_WINDOW_CREATE_INFO_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_SAMPLER_BLOCK_MATCH_WINDOW_CREATE_INFO_QCOM = 1000518002,

/// <summary>
/// VK_STRUCTURE_TYPE_SAMPLER_CUBIC_WEIGHTS_CREATE_INFO_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_SAMPLER_CUBIC_WEIGHTS_CREATE_INFO_QCOM = 1000519000,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_WEIGHTS_FEATURES_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_WEIGHTS_FEATURES_QCOM = 1000519001,

/// <summary>
/// VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM = 1000519002,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_DEGAMMA_FEATURES_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_DEGAMMA_FEATURES_QCOM = 1000520000,

/// <summary>
/// VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM = 1000520001,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_CLAMP_FEATURES_QCOM<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
/// </summary>
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_CLAMP_FEATURES_QCOM = 1000521000,

/// <summary>
/// VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_FEATURES_EXT<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkStructureType</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VK_ARM_shader_core_builtins - device extension (nr. 498) - author 'ARM' [platform '' | contact 'Kevin Petit
/// @kevinpetit']<br />
/// VK_ARM_shader_core_builtins - device extension (nr. 498) - author 'ARM' [platform '' | contact 'Kevin Petit @kpet']
/// <br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_ARM_shader_core_builtins.html">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_ARM_shader_core_builtins.html</a>
/// </summary>
[VkDepends("VK_KHR_get_physical_device_properties2")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static unsafe class VkExtExtendedDynamicState3
/// <param name="commandBuffer">commandBuffer is the command buffer into which the command will be recorded.</param>
/// <param name="samples">samples specifies the number of sample bits in the pSampleMask.</param>
/// <param name="pSampleMask">
/// pSampleMask is a pointer to an array of VkSampleMask values, where the array size is based on
/// pSampleMask is a pointer to an array of VkSampleMaskvalues, where the array size is based on
/// the samples parameter.
/// </param>
public static readonly delegate*<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public static unsafe class VkExtShaderObject
/// <param name="commandBuffer">commandBuffer is the command buffer into which the command will be recorded.</param>
/// <param name="samples">samples specifies the number of sample bits in the pSampleMask.</param>
/// <param name="pSampleMask">
/// pSampleMask is a pointer to an array of VkSampleMask values, where the array size is based on
/// pSampleMask is a pointer to an array of VkSampleMaskvalues, where the array size is based on
/// the samples parameter.
/// </param>
public static readonly delegate*<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VK_KHR_cooperative_matrix - device extension (nr. 507) - author 'KHR' [platform '' | contact 'Kevin Petit
/// @kevinpetit']<br />
/// VK_KHR_cooperative_matrix - device extension (nr. 507) - author 'KHR' [platform '' | contact 'Kevin Petit @kpet']
/// <br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_cooperative_matrix.html">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_cooperative_matrix.html</a>
/// </summary>
[VkDepends("VK_KHR_get_physical_device_properties2")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public unsafe struct VkPhysicalDeviceMaintenance5PropertiesKHR

/// <summary>
/// depthStencilSwizzleOneSupport is a boolean indicating that depth/stencil texturing operations with
/// enum:VK_COMPONENT_SWIZZLE_ONE have defined behavior.
/// VK_COMPONENT_SWIZZLE_ONEhave defined behavior.
/// </summary>
public VkBool32 depthStencilSwizzleOneSupport;

Expand All @@ -70,14 +70,14 @@ public unsafe struct VkPhysicalDeviceMaintenance5PropertiesKHR
public VkBool32 polygonModePointSize;

/// <summary>
/// [[{anchor-prefix}fragops]]nonStrictSinglePixelWideLinesUseParallelogramis a boolean value indicating whether
/// non-strict lines with a width of 1.0 are rasterized as parallelograms or using Bresenham&#8217;s algorithm.
/// nonStrictSinglePixelWideLinesUseParallelogram is a boolean value indicating whether non-strict lines with a
/// width of 1.0 are rasterized as parallelograms or using Bresenham&#8217;s algorithm.
/// </summary>
public VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;

/// <summary>
/// [[{anchor-prefix}fragops]]nonStrictWideLinesUseParallelogram is a boolean value indicating whether non-strict
/// lines with a width greater than 1.0 are rasterized as parallelograms or using Bresenham&#8217;s algorithm.
/// nonStrictWideLinesUseParallelogram is a boolean value indicating whether non-strict lines with a width greater
/// than 1.0 are rasterized as parallelograms or using Bresenham&#8217;s algorithm.
/// </summary>
public VkBool32 nonStrictWideLinesUseParallelogram;
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public unsafe struct VkPresentIdKHR
public uint swapchainCount;

/// <summary>
/// pPresentIds is NULL or a pointer to an array of uint64_t with swapchainCount entries. If not NULL, each
/// pPresentIds is NULL or a pointer to an array of uint64_twith swapchainCount entries. If not NULL, each
/// non-zero value in pPresentIds specifies the present id to be associated with the presentation of the swapchain with
/// the same index in the vkQueuePresentKHR call.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VK_KHR_shader_integer_dot_product - device extension (nr. 281) - author 'KHR' [platform '' | contact 'Kevin Petit
/// @kevinpetit']<br />
/// @kpet']<br />
/// <a
/// href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_shader_integer_dot_product.html">
/// https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_KHR_shader_integer_dot_product.html
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
#region License

// Copyright (c) 2018-2023, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.

#endregion

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
// ReSharper disable once CheckNamespace
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VkPhysicalDeviceCubicClampFeaturesQCOM - Structure describing cubic clamp features that can be supported by an
/// implementation -
/// <a
/// href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceCubicClampFeaturesQCOM.html">
/// https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceCubicClampFeaturesQCOM.html
/// </a>
/// </summary>
/// <remarks>
/// <list type="table">
/// <item>
/// <term>structextends</term><description>VkPhysicalDeviceFeatures2,VkDeviceCreateInfo</description>
/// </item>
/// </list>
/// </remarks>
[VkStructExtends("VkPhysicalDeviceFeatures2,VkDeviceCreateInfo")]
[StructLayout(LayoutKind.Sequential)]
public unsafe struct VkPhysicalDeviceCubicClampFeaturesQCOM
{
/// <summary> The stype of this structure. </summary>
public const VkStructureType STYPE = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_CLAMP_FEATURES_QCOM;

/// <summary>
/// sType<br />
/// <a
/// href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkPhysicalDeviceCubicClampFeaturesQCOM">
/// https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VkPhysicalDeviceCubicClampFeaturesQCOM
/// </a>
/// </summary>
public VkStructureType sType;

/// <summary>pNext is NULL or a pointer to a structure extending this structure.</summary>
public void* pNext;

/// <summary>
/// cubicRangeClamp indicates that the implementation supports cubic filtering in combination with a texel range
/// clamp.
/// </summary>
public VkBool32 cubicRangeClamp;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#region License

// Copyright (c) 2018-2023, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.

#endregion

global using static Exomia.Vulkan.Api.Core.VkQcomFilterCubicClamp;

#pragma warning disable CA2211 // Non-constant fields should not be visible
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
// ReSharper disable once CheckNamespace
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VK_QCOM_filter_cubic_clamp - device extension (nr. 522) - author 'QCOM' [platform '' | contact 'Jeff Leger
/// @jackohound']<br />
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_QCOM_filter_cubic_clamp.html">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_QCOM_filter_cubic_clamp.html</a>
/// </summary>
[VkDepends("(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)")]
public static class VkQcomFilterCubicClamp
{
/// <summary> The spec version. </summary>
public const uint VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION = 1;

/// <summary> The extension name. </summary>
public const string VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME = "VK_QCOM_filter_cubic_clamp";

/// <summary>
/// An UTF8 null terminated version of <see cref="VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME" /> represented by an
/// UTF16 string.
/// </summary>
/// <remarks>
/// Example usage:<br />
/// <br />
/// fixed(char* ptr = VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME_UTF8_NT) {<br />
/// sbyte* utf8NtPtr = (sbyte*)ptr; // utf8NtPtr - can now be passed and used directly as a utf8_nt string for
/// unmanaged code.<br />
/// }
/// </remarks>
public const string VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME_UTF8_NT =
"\u4b56\u515f\u4f43\u5f4d\u4946\u544c\u5245\u435f\u4255\u4349\u435f\u414c\u504d\u455f\u5458\u4e45\u4953\u4e4f\u4e5f\u4d41\u0045";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#region License

// Copyright (c) 2018-2023, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.

#endregion

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
// ReSharper disable once CheckNamespace
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VkBlitImageCubicWeightsInfoQCOM - Structure specifying image blit cubic weight info -
/// <a
/// href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkBlitImageCubicWeightsInfoQCOM.html">
/// https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkBlitImageCubicWeightsInfoQCOM.html
/// </a>
/// </summary>
/// <remarks>
/// <list type="table">
/// <item>
/// <term>structextends</term><description>VkBlitImageInfo2</description>
/// </item>
/// </list>
/// </remarks>
[VkStructExtends("VkBlitImageInfo2")]
[StructLayout(LayoutKind.Sequential)]
public unsafe struct VkBlitImageCubicWeightsInfoQCOM
{
/// <summary> The stype of this structure. </summary>
public const VkStructureType STYPE = VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM;

/// <summary>sType is a VkStructureType value identifying this structure.</summary>
public VkStructureType sType;

/// <summary>pNext is NULL or a pointer to a structure extending this structure.</summary>
public void* pNext;

/// <summary>cubicWeights is a VkCubicFilterWeightsQCOM value controlling cubic filter weights for the blit.</summary>
public VkCubicFilterWeightsQCOM cubicWeights;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#region License

// Copyright (c) 2018-2023, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.

#endregion

// ReSharper disable UnusedMember.Global
// ReSharper disable InconsistentNaming
// ReSharper disable once CheckNamespace
namespace Exomia.Vulkan.Api.Core;

/// <summary>
/// VkCubicFilterWeightsQCOM - Specify cubic weights for texture filtering -
/// <a href="https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkCubicFilterWeightsQCOM.html">https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkCubicFilterWeightsQCOM.html</a>
/// </summary>
public enum VkCubicFilterWeightsQCOM
{
/// <summary>VK_CUBIC_FILTER_WEIGHTS_CATMULL_ROM_QCOM specifies Catmull-Rom weights.</summary>
VK_CUBIC_FILTER_WEIGHTS_CATMULL_ROM_QCOM = 0,

/// <summary>VK_CUBIC_FILTER_WEIGHTS_ZERO_TANGENT_CARDINAL_QCOM specifies Zero Tangent Cardinal weights.</summary>
VK_CUBIC_FILTER_WEIGHTS_ZERO_TANGENT_CARDINAL_QCOM = 1,

/// <summary>VK_CUBIC_FILTER_WEIGHTS_B_SPLINE_QCOM specifies B-Spline weights.</summary>
VK_CUBIC_FILTER_WEIGHTS_B_SPLINE_QCOM = 2,

/// <summary>VK_CUBIC_FILTER_WEIGHTS_MITCHELL_NETRAVALI_QCOM specifies Mitchell-Netravali weights.</summary>
VK_CUBIC_FILTER_WEIGHTS_MITCHELL_NETRAVALI_QCOM = 3
}
Loading

0 comments on commit d1f619b

Please sign in to comment.