SwapChain

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string
width integer
height integer
format string
bufferCount integer
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-swapchain-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SwapChain",
  "title": "SwapChain",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    },
    "format": {
      "type": "string"
    },
    "bufferCount": {
      "type": "integer"
    }
  }
}