Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExtensionName is "VK_KHR_image_format_list" // // https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_image_format_list.html ExtensionName string = C.VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageFormatListCreateInfo ¶
type ImageFormatListCreateInfo struct { // ViewFormats is a slice of core1_0.Format values specifying all formats which can be used // when creating views of this Image ViewFormats []core1_0.Format common.NextOptions }
ImageFormatListCreateInfo specifies that an Image can be used with a particular set of formats
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkImageFormatListCreateInfo.html
Click to show internal directories.
Click to hide internal directories.