Class SECAmigoProfiling
Application developers should avoid using this extension. It is documented solely for the benefit of tools and layer developers, who may need to manipulate pNext chains that include these structures.
Note
There is currently no specification language written for this extension. The links to APIs defined by the extension are to stubs that only include generated content such as API declarations and implicit valid usage statements.
Note
This extension is only intended for use in specific embedded environments with known implementation details, and is therefore undocumented.
Stub API References
There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages.
typedef struct VkPhysicalDeviceAmigoProfilingFeaturesSEC {
VkStructureType sType;
void* pNext;
VkBool32 amigoProfiling;
} VkPhysicalDeviceAmigoProfilingFeaturesSEC;
Valid Usage (Implicit)
There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages.
typedef struct VkAmigoProfilingSubmitInfoSEC {
VkStructureType sType;
const void* pNext;
uint64_t firstDrawTimestamp;
uint64_t swapBufferTimestamp;
} VkAmigoProfilingSubmitInfoSEC;
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SEC
- Name String
VK_SEC_amigo_profiling- Extension Type
- Device extension
- Registered Extension Number
- 486
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Contact
- Ralph Potter r_potter
Other Extension Metadata
- Last Modified Date
- 2022-07-29
- IP Status
- No known IP claims.
- Contributors
- Ralph Potter, Samsung
- Sangrak Oh, Samsung
- Jinku Kang, Samsung
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_SEC_AMIGO_PROFILING_SPEC_VERSION
public static final int VK_SEC_AMIGO_PROFILING_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_SEC_AMIGO_PROFILING_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SECExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SEC
public static final int VK_STRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SECExtendsVkStructureType.Enum values:
- See Also:
-