Click or drag to resize
Ab4d.SharpEngine logo

ImageSubresourceRange Constructor

Initializes a new instance of the ImageSubresourceRange class

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public ImageSubresourceRange(
	ImageAspectFlags aspectMask,
	uint baseMipLevel,
	uint levelCount,
	uint baseArrayLayer,
	uint layerCount
)

Parameters

aspectMask  ImageAspectFlags

[Missing <param name="aspectMask"/> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

baseMipLevel  UInt32

[Missing <param name="baseMipLevel"/> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

levelCount  UInt32

[Missing <param name="levelCount"/> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

baseArrayLayer  UInt32

[Missing <param name="baseArrayLayer"/> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

layerCount  UInt32

[Missing <param name="layerCount"/> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.ImageSubresourceRange.#ctor(Ab4d.Vulkan.ImageAspectFlags,System.UInt32,System.UInt32,System.UInt32,System.UInt32)"]

See Also