Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Name
VK_GGP_frame_token - device extension
VK_GGP_frame_token
- Name String
VK_GGP_frame_token
- Extension Type
- Device extension
- Registered Extension Number
- 192
- Revision
- 1
- Ratification Status
- Not ratified
- Extension and Version Dependencies
- VK_KHR_swapchain and VK_GGP_stream_descriptor_surface
- Contact
Other Extension Metadata
- Last Modified Date
- 2019-01-28
- IP Status
- No known IP claims.
- Contributors
- Jean-Francois Roy, Google
- Richard O’Grady, Google
Description
This extension allows an application that uses the VK_KHR_swapchain
extension in combination with a Google Games Platform surface provided
by the VK_GGP_stream_descriptor_surface
extension to associate a
Google Games Platform frame token with a present operation.
New Structures
Extending
PresentInfoKHR
:
New Enum Constants
Version History
Revision 1, 2018-11-26 (Jean-Francois Roy)
- Initial revision.
See Also
Document Notes
For more information, see the Vulkan Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Synopsis
- data PresentFrameTokenGGP = PresentFrameTokenGGP {}
- type GGP_FRAME_TOKEN_SPEC_VERSION = 1
- pattern GGP_FRAME_TOKEN_SPEC_VERSION :: forall a. Integral a => a
- type GGP_FRAME_TOKEN_EXTENSION_NAME = "VK_GGP_frame_token"
- pattern GGP_FRAME_TOKEN_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
- type GgpFrameToken = Word32
Documentation
data PresentFrameTokenGGP Source #
VkPresentFrameTokenGGP - The Google Games Platform frame token
Valid Usage (Implicit)
See Also
PresentFrameTokenGGP | |
|
Instances
type GGP_FRAME_TOKEN_SPEC_VERSION = 1 Source #
pattern GGP_FRAME_TOKEN_SPEC_VERSION :: forall a. Integral a => a Source #
type GGP_FRAME_TOKEN_EXTENSION_NAME = "VK_GGP_frame_token" Source #
pattern GGP_FRAME_TOKEN_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #
type GgpFrameToken = Word32 Source #