vulkan-3.13: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_GGP_frame_token

Description

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
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_swapchain
  • Requires 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

New Enum Constants

Version History

  • Revision 1, 2018-11-26 (Jean-Francois Roy)

    • Initial revision.

See Also

PresentFrameTokenGGP

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

Documentation

data PresentFrameTokenGGP Source #

VkPresentFrameTokenGGP - The Google Games Platform frame token

Valid Usage (Implicit)

See Also

VK_GGP_frame_token, StructureType

Constructors

PresentFrameTokenGGP 

Fields

Instances

Instances details
Eq PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

Show PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

Storable PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

FromCStruct PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

ToCStruct PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

Zero PresentFrameTokenGGP Source # 
Instance details

Defined in Vulkan.Extensions.VK_GGP_frame_token

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 #