Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ExtensionName is "VK_EXT_separate_stencil_usage" ExtensionName string = C.VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageStencilUsageCreateInfo ¶
type ImageStencilUsageCreateInfo struct {
// StencilUsage describes the intended usage of the stencil aspect of the Image
StencilUsage core1_0.ImageUsageFlags
common.NextOptions
}
ImageStencilUsageCreateInfo specifies separate usage flags for the stencil aspect of a depth-stencil Image
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImageStencilUsageCreateInfo.html
Click to show internal directories.
Click to hide internal directories.