Class SECAmigoProfiling

java.lang.Object
org.lwjgl.vulkan.SECAmigoProfiling

public final class SECAmigoProfiling extends Object
This extension is intended to communicate information from layered API implementations such as ANGLE to internal proprietary system schedulers. It has no behavioral implications beyond enabling more intelligent behavior from the system scheduler.

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)
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_properties2 or 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