Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkDebugUtilsLabelEXT(3)

Name

VkDebugUtilsLabelEXT - Specify parameters of a label region

C Specification

TheVkDebugUtilsLabelEXT structure is defined as:

// Provided by VK_EXT_debug_utilstypedef struct VkDebugUtilsLabelEXT {    VkStructureType    sType;    const void*        pNext;    const char*        pLabelName;    float              color[4];} VkDebugUtilsLabelEXT;

Members

  • sType is aVkStructureType value identifying this structure.

  • pNext isNULL or a pointer to a structure extending thisstructure.

  • pLabelName is a pointer to a null-terminated UTF-8 stringcontaining the name of the label.

  • color is an optional RGBA color value that can be associated withthe label.A particular implementationmay choose to ignore this color value.The values contain RGBA values in order, in the range 0.0 to 1.0.If all elements incolor are 0.0, then it is ignored.

Description

Valid Usage (Implicit)
  • VUID-VkDebugUtilsLabelEXT-sType-sType
    sTypemust beVK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT

  • VUID-VkDebugUtilsLabelEXT-pNext-pNext
    pNextmust beNULL

  • VUID-VkDebugUtilsLabelEXT-pLabelName-parameter
    pLabelNamemust be a null-terminated UTF-8 string

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp