/// /** * Type Definitions for Gjs (https://gjs.guide/) * * These type definitions are automatically generated, do not edit them by hand. * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir * * The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ... */ declare module 'gi://Vulkan?version=1.0' { // Module dependencies import type GObject from 'gi://GObject?version=2.0'; export namespace Vulkan { /** * Vulkan-1.0 */ class Bool32 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceAddress { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceSize { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Flags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SampleMask { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Buffer { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Image { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Instance { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Device { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Queue { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Semaphore { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBuffer { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Fence { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemory { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Event { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPool { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferView { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageView { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderModule { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCache { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Pipeline { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPass { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Sampler { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSet { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPool { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Framebuffer { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPool { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Result { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StructureType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCacheHeaderVersion { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ObjectType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VendorId { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SystemAllocationScope { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InternalAllocationType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Format { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageTiling { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SharingMode { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComponentSwizzle { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlendFactor { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlendOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CompareOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DynamicState { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FrontFace { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputRate { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrimitiveTopology { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PolygonMode { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StencilOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LogicOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BorderColor { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Filter { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerAddressMode { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerMipmapMode { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentLoadOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentStoreOp { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineBindPoint { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferLevel { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndexType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassContents { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageAspectFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageAspectFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SampleCountFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SampleCountFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageUsageFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageUsageFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InstanceCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InstanceCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryHeapFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryHeapFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryPropertyFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryPropertyFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryMapFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryMapFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseMemoryBindFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseMemoryBindFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageFormatFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageFormatFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class EventCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class EventCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPipelineStatisticFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPipelineStatisticFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryResultFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryResultFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferUsageFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferUsageFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferViewCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderModuleCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCacheCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCacheCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ColorComponentFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ColorComponentFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderStageFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CullModeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CullModeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineVertexInputStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineInputAssemblyStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineTessellationStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineMultisampleStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDepthStencilStateCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDepthStencilStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorBlendStateCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorBlendStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDynamicStateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineLayoutCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineLayoutCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderStageFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolResetFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescriptionFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescriptionFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DependencyFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DependencyFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescriptionFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescriptionFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolCreateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolResetFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolResetFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferUsageFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferUsageFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryControlFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryControlFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferResetFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferResetFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StencilFaceFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StencilFaceFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Extent2D { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Extent3D { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Offset2D { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Offset3D { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Rect2D { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BaseInStructure { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BaseOutStructure { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferMemoryBarrier { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DispatchIndirectCommand { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrawIndexedIndirectCommand { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrawIndirectCommand { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSubresourceRange { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageMemoryBarrier { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryBarrier { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCacheHeaderVersionOne { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AllocationCallbacks { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ApplicationInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageFormatProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InstanceCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryHeap { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLimits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSparseProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExtensionProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LayerProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MappedMemoryRange { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryRequirements { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseMemoryBind { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseBufferMemoryBindInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageOpaqueMemoryBindInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSubresource { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageMemoryBind { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageMemoryBindInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindSparseInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageFormatProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageMemoryRequirements { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class EventCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferViewCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubresourceLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComponentMapping { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderModuleCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCacheCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SpecializationMapEntry { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SpecializationInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComputePipelineCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputBindingDescription { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputAttributeDescription { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineVertexInputStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineInputAssemblyStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineTessellationStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Viewport { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineMultisampleStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StencilOpState { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDepthStencilStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorBlendAttachmentState { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorBlendStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDynamicStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsPipelineCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PushConstantRange { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineLayoutCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyDescriptorSet { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBufferInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorImageInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolSize { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutBinding { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class WriteDescriptorSet { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescription { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentReference { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescription { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDependency { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCopy { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSubresourceLayers { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferImageCopy { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ClearColorValue { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ClearDepthStencilValue { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ClearValue { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ClearAttachment { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ClearRect { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageBlit { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCopy { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageResolve { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversion { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplate { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PointClippingBehavior { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TessellationDomainOrigin { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrModelConversion { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrRange { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ChromaLocation { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubgroupFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubgroupFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PeerMemoryFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PeerMemoryFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolTrimFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceHandleTypeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceHandleTypeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceImportFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceImportFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreImportFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreImportFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreHandleTypeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreHandleTypeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreFeatureFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreFeatureFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubgroupProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindBufferMemoryInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImageMemoryInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice16BitStorageFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDedicatedRequirements { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDedicatedAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlagsInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupRenderPassBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupCommandBufferBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupSubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupBindSparseInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindBufferMemoryDeviceGroupInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImageMemoryDeviceGroupInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGroupProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupDeviceCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferMemoryRequirementsInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageMemoryRequirementsInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSparseMemoryRequirementsInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryRequirements2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageMemoryRequirements2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFeatures2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageFormatProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageFormatInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageFormatProperties2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSparseImageFormatInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePointClippingProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InputAttachmentAspectReference { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassInputAttachmentAspectCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewUsageCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineTessellationDomainOriginStateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassMultiviewCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVariablePointersFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVariablePointerFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProtectedMemoryFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProtectedMemoryProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ProtectedSubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImagePlaneMemoryInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImagePlaneMemoryRequirementsInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSamplerYcbcrConversionFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionImageFormatProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateEntry { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalImageFormatInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalImageFormatProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalBufferInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalBufferProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceIDProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryImageCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryBufferCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportMemoryAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalFenceInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportFenceCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportSemaphoreCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalSemaphoreInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance3Properties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutSupport { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderDrawParametersFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderDrawParameterFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DriverId { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderFloatControlsIndependence { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerReductionMode { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreType { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveModeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveModeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBindingFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBindingFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan11Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan11Properties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan12Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConformanceVersion { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan12Properties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageFormatListCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescription2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentReference2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescription2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDependency2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreateInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassEndInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice8BitStorageFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDriverProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderAtomicInt64Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderFloat16Int8Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFloatControlsProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutBindingFlagsCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorIndexingFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorIndexingProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetVariableDescriptorCountAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetVariableDescriptorCountLayoutSupport { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescriptionDepthStencilResolve { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthStencilResolveProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceScalarBlockLayoutFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageStencilUsageCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerReductionModeCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSamplerFilterMinmaxProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkanMemoryModelFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImagelessFramebufferFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferAttachmentImageInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferAttachmentsCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassAttachmentBeginInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceUniformBufferStandardLayoutFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSubgroupExtendedTypesFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSeparateDepthStencilLayoutsFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentReferenceStencilLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescriptionStencilLayout { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceHostQueryResetFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTimelineSemaphoreFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTimelineSemaphoreProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreTypeCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TimelineSemaphoreSubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreSignalInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBufferDeviceAddressFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferDeviceAddressInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferOpaqueCaptureAddressCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryOpaqueCaptureAddressAllocateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryOpaqueCaptureAddressInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class Flags64 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlot { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ToolPurposeFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ToolPurposeFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlotCreateFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlags2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlagBits2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlags2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlagBits2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFlagBits { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFlags { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlags2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlagBits2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan13Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkan13Properties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedback { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderTerminateInvocationFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceToolProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderDemoteToHelperInvocationFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePrivateDataFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DevicePrivateDataCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlotCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineCreationCacheControlFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryBarrier2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferMemoryBarrier2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageMemoryBarrier2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DependencyInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreSubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferSubmitInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSynchronization2Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageRobustnessFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCopy2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyBufferInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCopy2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferImageCopy2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyBufferToImageInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageToBufferInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageBlit2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlitImageInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageResolve2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveImageInfo2 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubgroupSizeControlFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubgroupSizeControlProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageRequiredSubgroupSizeCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInlineUniformBlockFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInlineUniformBlockProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class WriteDescriptorSetInlineUniformBlock { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolInlineUniformBlockCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTextureCompressionASTCHDRFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingAttachmentInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRenderingCreateInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDynamicRenderingFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceRenderingInfo { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderIntegerDotProductFeatures { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderIntegerDotProductProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTexelBufferAlignmentProperties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatProperties3 { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance4Features { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance4Properties { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceBufferMemoryRequirements { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceImageMemoryRequirements { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ColorSpaceKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceTransformFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CompositeAlphaFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CompositeAlphaFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceTransformFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceFormatKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainCreateFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupPresentModeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupPresentModeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSwapchainCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImageMemorySwapchainInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AcquireNextImageInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupPresentCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupPresentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupSwapchainCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModeCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneAlphaFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneAlphaFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplaySurfaceCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModeParametersKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModeCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlanePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplaySurfaceCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPresentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionParametersKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryResultStatusKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCodecOperationFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCodecOperationFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoChromaSubsamplingFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoChromaSubsamplingFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoComponentBitDepthFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoComponentBitDepthFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCapabilityFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCapabilityFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionCreateFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionParametersCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoBeginCodingFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEndCodingFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCodingControlFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCodingControlFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyQueryResultStatusPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyVideoPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoProfileListInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVideoFormatInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoFormatPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoPictureResourceInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoReferenceSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionMemoryRequirementsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindVideoSessionMemoryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoSessionParametersUpdateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoBeginCodingInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEndCodingInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoCodingControlInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeCapabilityFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeCapabilityFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeUsageFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeUsageFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeUsageInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264CapabilityFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264CapabilityFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264StdFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264StdFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264RateControlFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264RateControlFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264CapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264QpKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264QualityLevelPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264SessionCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264SessionParametersAddInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264SessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264SessionParametersGetInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264SessionParametersFeedbackInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264NaluSliceInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264PictureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264DpbSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264ProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264RateControlInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264FrameSizeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264RateControlLayerInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH264GopRemainingFrameInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265CapabilityFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265CapabilityFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265StdFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265StdFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265CtbSizeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265CtbSizeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265TransformBlockSizeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265TransformBlockSizeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265RateControlFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265RateControlFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265CapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265SessionCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265QpKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265QualityLevelPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265SessionParametersAddInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265SessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265SessionParametersGetInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265SessionParametersFeedbackInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265NaluSliceSegmentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265PictureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265DpbSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265ProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265RateControlInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265FrameSizeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265RateControlLayerInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeH265GopRemainingFrameInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264PictureLayoutFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264PictureLayoutFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264ProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264CapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264SessionParametersAddInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264SessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264PictureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH264DpbSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingAttachmentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRenderingCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDynamicRenderingFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceRenderingInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFragmentShadingRateAttachmentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingFragmentDensityMapAttachmentInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentSampleCountInfoAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentSampleCountInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultiviewPerViewAttributesInfoNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassMultiviewCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFeatures2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageFormatProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageFormatInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageFormatProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSparseImageFormatInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PeerMemoryFeatureFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PeerMemoryFeatureFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryAllocateFlagsInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupRenderPassBeginInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupCommandBufferBeginInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupSubmitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupBindSparseInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindBufferMemoryDeviceGroupInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImageMemoryDeviceGroupInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandPoolTrimFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGroupPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceGroupDeviceCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalImageFormatInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalImageFormatPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalBufferInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalBufferPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceIDPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryImageCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryBufferCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportMemoryAllocateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImportMemoryFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryFdPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryGetFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreHandleTypeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreHandleTypeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreFeatureFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphoreFeatureFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalSemaphoreInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalSemaphorePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreImportFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreImportFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportSemaphoreCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImportSemaphoreFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreGetFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePushDescriptorPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderFloat16Int8FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFloat16Int8FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice16BitStorageFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RectLayerKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentRegionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentRegionsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateEntryKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorUpdateTemplateCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImagelessFramebufferFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferAttachmentsCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferAttachmentImageInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassAttachmentBeginInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreateInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescription2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentReference2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescription2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDependency2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassBeginInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassEndInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SharedPresentSurfaceCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceHandleTypeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceHandleTypeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceFeatureFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFenceFeatureFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalFenceInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalFencePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceImportFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceImportFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportFenceCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImportFenceFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FenceGetFdInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterUnitKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterScopeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterStorageKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterDescriptionFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterDescriptionFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AcquireProfilingLockFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AcquireProfilingLockFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePerformanceQueryFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePerformanceQueryPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterDescriptionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolPerformanceCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceCounterResultKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AcquireProfilingLockInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceQuerySubmitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PointClippingBehaviorKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TessellationDomainOriginKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePointClippingPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassInputAttachmentAspectCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InputAttachmentAspectReferenceKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewUsageCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineTessellationDomainOriginStateCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSurfaceInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCapabilities2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceFormat2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVariablePointerFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVariablePointersFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayModeProperties2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPlaneCapabilities2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDedicatedRequirementsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDedicatedAllocateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferMemoryRequirementsInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageMemoryRequirementsInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSparseMemoryRequirementsInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryRequirements2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SparseImageMemoryRequirements2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageFormatListCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrModelConversionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrRangeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ChromaLocationKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImagePlaneMemoryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImagePlaneMemoryRequirementsInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSamplerYcbcrConversionFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionImageFormatPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindBufferMemoryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindImageMemoryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance3PropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutSupportKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice8BitStorageFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderAtomicInt64FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderClockFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265ProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265CapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265SessionParametersAddInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265SessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265PictureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeH265DpbSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueGlobalPriorityKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueGlobalPriorityCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGlobalPriorityQueryFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyGlobalPriorityPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DriverIdKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConformanceVersionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDriverPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderFloatControlsIndependenceKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFloatControlsPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveModeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveModeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassDescriptionDepthStencilResolveKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthStencilResolvePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTimelineSemaphoreFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTimelineSemaphorePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreTypeCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TimelineSemaphoreSubmitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreWaitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreSignalInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVulkanMemoryModelFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderTerminateInvocationFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FragmentShadingRateCombinerOpKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FragmentShadingRateAttachmentInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineFragmentShadingRateStateCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShadingRateFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShadingRatePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShadingRateKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDynamicRenderingLocalReadFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingAttachmentLocationInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingInputAttachmentIndexInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderQuadControlFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceProtectedCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentReferenceStencilLayoutKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentDescriptionStencilLayoutKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePresentWaitFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceUniformBufferStandardLayoutFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBufferDeviceAddressFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferDeviceAddressInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferOpaqueCaptureAddressCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryOpaqueCaptureAddressAllocateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryOpaqueCaptureAddressInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeferredOperationKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutableStatisticFormatKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineExecutablePropertiesFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutablePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutableInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutableStatisticValueKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutableStatisticKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineExecutableInternalRepresentationKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryUnmapFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryUnmapFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryMapInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryUnmapInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderIntegerDotProductFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderIntegerDotProductPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineLibraryCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentIdKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePresentIdFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeTuningModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeCapabilityFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeCapabilityFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeRateControlModeFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeRateControlModeFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeFeedbackFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeFeedbackFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeUsageFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeUsageFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeContentFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeContentFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeRateControlFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeCapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolVideoEncodeFeedbackCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeUsageInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeRateControlLayerInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeRateControlInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVideoEncodeQualityLevelInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeQualityLevelPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeQualityLevelInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeSessionParametersGetInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoEncodeSessionParametersFeedbackInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlags2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineStageFlagBits2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlags2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccessFlagBits2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryBarrier2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferMemoryBarrier2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageMemoryBarrier2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DependencyInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubmitInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SemaphoreSubmitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferSubmitInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSynchronization2FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyCheckpointProperties2NV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CheckpointData2NV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShaderBarycentricFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShaderBarycentricPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyBufferInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyBufferToImageInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageToBufferInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlitImageInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ResolveImageInfo2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCopy2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCopy2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageBlit2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferImageCopy2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageResolve2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlags2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatFeatureFlagBits2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FormatProperties3KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingMaintenance1FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TraceRaysIndirectCommand2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance4FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance4PropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceBufferMemoryRequirementsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceImageMemoryRequirementsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSubgroupRotateFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreateFlags2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreateFlagBits2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferUsageFlags2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferUsageFlagBits2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance5FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance5PropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderingAreaInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSubresource2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceImageSubresourceInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubresourceLayout2KHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreateFlags2CreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferUsageFlags2CreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingPositionFetchFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComponentTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ScopeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CooperativeMatrixPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCooperativeMatrixFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCooperativeMatrixPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeAV1ProfileInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeAV1CapabilitiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeAV1SessionParametersCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeAV1PictureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoDecodeAV1DpbSlotInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVideoMaintenance1FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VideoInlineQueryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVertexAttributeDivisorPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputBindingDivisorDescriptionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineVertexInputDivisorStateCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVertexAttributeDivisorFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderFloatControls2FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceIndexTypeUint8FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LineRasterizationModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLineRasterizationFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLineRasterizationPropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationLineStateCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TimeDomainKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CalibratedTimestampInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderExpectAssumeFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance6FeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMaintenance6PropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindMemoryStatusKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindDescriptorSetsInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PushConstantsInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PushDescriptorSetInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PushDescriptorSetWithTemplateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SetDescriptorBufferOffsetsInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindDescriptorBufferEmbeddedSamplersInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugReportCallbackEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugReportObjectTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugReportFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugReportFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugReportCallbackCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RasterizationOrderAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationStateRasterizationOrderAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugMarkerObjectNameInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugMarkerObjectTagInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugMarkerMarkerInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DedicatedAllocationImageCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DedicatedAllocationBufferCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DedicatedAllocationMemoryAllocateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationStateStreamCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTransformFeedbackFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTransformFeedbackPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationStateStreamCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CuModuleNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CuFunctionNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CuModuleCreateInfoNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CuFunctionCreateInfoNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CuLaunchInfoNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewHandleInfoNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewAddressPropertiesNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TextureLODGatherFormatPropertiesAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderInfoTypeAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderResourceUsageAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderStatisticsInfoAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCornerSampledImageFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryHandleTypeFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryFeatureFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalImageFormatPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryImageCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExportMemoryAllocateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationCheckEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTextureCompressionASTCHDRFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewASTCDecodeModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceASTCDecodeFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRobustnessBufferBehaviorEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRobustnessImageBehaviorEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineRobustnessFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineRobustnessPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRobustnessCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConditionalRenderingFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConditionalRenderingFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConditionalRenderingBeginInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceConditionalRenderingFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceConditionalRenderingInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ViewportWScalingNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportWScalingStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCounterFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCounterFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCapabilities2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPowerStateEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceEventTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayEventTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayPowerInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceEventInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayEventInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainCounterCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RefreshCycleDurationGOOGLE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PastPresentationTimingGOOGLE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentTimeGOOGLE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentTimesInfoGOOGLE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ViewportCoordinateSwizzleNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportSwizzleStateCreateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ViewportSwizzleNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportSwizzleStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DiscardRectangleModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDiscardRectangleStateCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDiscardRectanglePropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineDiscardRectangleStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ConservativeRasterizationModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationConservativeStateCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceConservativeRasterizationPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationConservativeStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationDepthClipStateCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthClipEnableFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationDepthClipStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class XYColorEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HdrMetadataEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRelaxedLineRasterizationFeaturesIMG { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessengerEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessengerCallbackDataFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessageSeverityFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessageTypeFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessageTypeFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessageSeverityFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessengerCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsLabelEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsObjectNameInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessengerCallbackDataEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsMessengerCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DebugUtilsObjectTagInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerReductionModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerReductionModeCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSamplerFilterMinmaxPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInlineUniformBlockFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInlineUniformBlockPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class WriteDescriptorSetInlineUniformBlockEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorPoolInlineUniformBlockCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SampleLocationEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SampleLocationsInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AttachmentSampleLocationsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassSampleLocationsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassSampleLocationsBeginInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineSampleLocationsStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSampleLocationsPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultisamplePropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlendOverlapEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBlendOperationAdvancedFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBlendOperationAdvancedPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorBlendAdvancedStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageToColorStateCreateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageToColorStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CoverageModulationModeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageModulationStateCreateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageModulationStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSMBuiltinsPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderSMBuiltinsFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrmFormatModifierPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrmFormatModifierPropertiesListEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageDrmFormatModifierInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageDrmFormatModifierListCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageDrmFormatModifierExplicitCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageDrmFormatModifierPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrmFormatModifierProperties2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrmFormatModifierPropertiesList2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationCacheEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationCacheHeaderVersionEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationCacheCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationCacheCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderModuleValidationCacheCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBindingFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBindingFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutBindingFlagsCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorIndexingFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorIndexingPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetVariableDescriptorCountAllocateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetVariableDescriptorCountLayoutSupportEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShadingRatePaletteEntryNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CoarseSampleOrderTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShadingRatePaletteNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportShadingRateImageStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShadingRateImageFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShadingRateImagePropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CoarseSampleLocationNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CoarseSampleOrderCustomNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportCoarseSampleOrderStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingShaderGroupTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingShaderGroupTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyAccelerationStructureModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyAccelerationStructureModeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMemoryRequirementsTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryInstanceFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryInstanceFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryInstanceFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryInstanceFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildAccelerationStructureFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildAccelerationStructureFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildAccelerationStructureFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildAccelerationStructureFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingShaderGroupCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingPipelineCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryTrianglesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryAABBNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryDataNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeometryNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindAccelerationStructureMemoryInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class WriteDescriptorSetAccelerationStructureNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMemoryRequirementsInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TransformMatrixKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TransformMatrixNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AabbPositionsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AabbPositionsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureInstanceKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureInstanceNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRepresentativeFragmentTestFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRepresentativeFragmentTestStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageViewImageFormatInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FilterCubicImageViewImageFormatPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueGlobalPriorityEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueGlobalPriorityCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImportMemoryHostPointerInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryHostPointerPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalMemoryHostPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCompilerControlFlagBitsAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCompilerControlFlagsAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCompilerControlCreateInfoAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TimeDomainEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CalibratedTimestampInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderCorePropertiesAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryOverallocationBehaviorAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryOverallocationCreateInfoAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVertexAttributeDivisorPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputBindingDivisorDescriptionEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineVertexInputDivisorStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVertexAttributeDivisorFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCreationFeedbackEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceComputeShaderDerivativesFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMeshShaderFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMeshShaderPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrawMeshTasksIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShaderBarycentricFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderImageFootprintFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportExclusiveScissorStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExclusiveScissorFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyCheckpointPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CheckpointDataNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceConfigurationINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceConfigurationTypeINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolSamplingModeINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceOverrideTypeINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceParameterTypeINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceValueTypeINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceValueDataINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceValueINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class InitializePerformanceApiInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolPerformanceQueryCreateInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryPoolCreateInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceMarkerInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceStreamMarkerInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceOverrideInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PerformanceConfigurationAcquireInfoINTEL { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePCIBusInfoPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DisplayNativeHdrSurfaceCapabilitiesAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainDisplayNativeHdrCreateInfoAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMapFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMapPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassFragmentDensityMapCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceScalarBlockLayoutFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubgroupSizeControlFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubgroupSizeControlPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageRequiredSubgroupSizeCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCorePropertiesFlagBitsAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCorePropertiesFlagsAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderCoreProperties2AMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCoherentMemoryFeaturesAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderImageAtomicInt64FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryBudgetPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryPriorityFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryPriorityAllocateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBufferDeviceAddressFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBufferAddressFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferDeviceAddressInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferDeviceAddressCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ToolPurposeFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ToolPurposeFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceToolPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageStencilUsageCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationFeatureEnableEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationFeatureDisableEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ValidationFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComponentTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ScopeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CooperativeMatrixPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCooperativeMatrixFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCooperativeMatrixPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CoverageReductionModeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageReductionStateCreateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCoverageReductionModeFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineCoverageReductionStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FramebufferMixedSamplesCombinationNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShaderInterlockFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceYcbcrImageArraysFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ProvokingVertexModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProvokingVertexFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceProvokingVertexPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationProvokingVertexStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HeadlessSurfaceCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HeadlessSurfaceCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LineRasterizationModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLineRasterizationFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLineRasterizationPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineRasterizationLineStateCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderAtomicFloatFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceHostQueryResetFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceIndexTypeUint8FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedDynamicStateFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HostImageCopyFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HostImageCopyFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceHostImageCopyFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceHostImageCopyPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryToImageCopyEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageToMemoryCopyEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMemoryToImageInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageToMemoryInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyImageToImageInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HostImageLayoutTransitionInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubresourceHostMemcpySizeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class HostImageCopyDevicePerformanceQueryEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubresourceLayout2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageSubresource2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMapMemoryPlacedFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMapMemoryPlacedPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryMapPlacedInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderAtomicFloat2FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentScalingFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentScalingFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentGravityFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PresentGravityFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfacePresentModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfacePresentScalingCapabilitiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfacePresentModeCompatibilityEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSwapchainMaintenance1FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainPresentFenceInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainPresentModesCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainPresentModeInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainPresentScalingCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ReleaseSwapchainImagesInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsLayoutNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsTokenTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectStateFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectStateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsLayoutUsageFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsLayoutUsageFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsShaderGroupCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsPipelineShaderGroupsCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindShaderGroupIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindIndexBufferIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindVertexBufferIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SetStateFlagsIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsStreamNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsLayoutTokenNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class IndirectCommandsLayoutCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeneratedCommandsInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GeneratedCommandsMemoryRequirementsInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInheritedViewportScissorFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceViewportScissorInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTexelBufferAlignmentFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTexelBufferAlignmentPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassTransformBeginInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CommandBufferInheritanceRenderPassTransformInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DepthBiasRepresentationEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthBiasControlFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DepthBiasInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DepthBiasRepresentationInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryReportEventTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryReportFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDeviceMemoryReportFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceMemoryReportCallbackDataEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceDeviceMemoryReportCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRobustness2FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRobustness2PropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCustomBorderColorCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCustomBorderColorPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCustomBorderColorFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePresentBarrierFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SurfaceCapabilitiesPresentBarrierNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainPresentBarrierCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlotEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlotCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePrivateDataFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DevicePrivateDataCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PrivateDataSlotCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineCreationCacheControlFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceDiagnosticsConfigFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceDiagnosticsConfigFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDiagnosticsConfigFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceDiagnosticsConfigCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CudaModuleNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CudaFunctionNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CudaModuleCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CudaFunctionCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CudaLaunchInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCudaKernelLaunchFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCudaKernelLaunchPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueryLowLatencySupportNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorBufferPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorBufferFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorAddressInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBufferBindingInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorBufferBindingPushDescriptorBufferHandleEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorDataEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorGetInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BufferCaptureDescriptorDataInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCaptureDescriptorDataInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewCaptureDescriptorDataInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCaptureDescriptorDataInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpaqueCaptureDescriptorDataCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCaptureDescriptorDataInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsPipelineLibraryFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsPipelineLibraryFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GraphicsPipelineLibraryCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FragmentShadingRateTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FragmentShadingRateNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShadingRateEnumsFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentShadingRateEnumsPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineFragmentShadingRateEnumStateCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInstanceTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInfoFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInstanceFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceOrHostAddressConstKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryMotionTrianglesDataNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMatrixMotionInstanceNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SRTDataNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureSRTMotionInstanceNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInstanceDataNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureMotionInstanceNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingMotionBlurFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMap2FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMap2PropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyCommandTransformInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageRobustnessFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionFixedRateFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionFixedRateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageCompressionControlFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionControlEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageCompressionPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevice4444FormatsFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultAddressTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultVendorBinaryHeaderVersionEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFaultFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultCountsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultAddressInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultVendorInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceFaultVendorBinaryHeaderVersionOneEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRGBA10X6FormatsFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMutableDescriptorTypeFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MutableDescriptorTypeListEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MutableDescriptorTypeListVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MutableDescriptorTypeCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MutableDescriptorTypeCreateInfoVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceVertexInputDynamicStateFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputBindingDescription2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class VertexInputAttributeDescription2EXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDrmPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceAddressBindingTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceAddressBindingFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceAddressBindingFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAddressBindingReportFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceAddressBindingCallbackDataEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthClipControlFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineViewportDepthClipControlCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassShadingPipelineCreateInfoHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubpassShadingFeaturesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubpassShadingPropertiesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceInvocationMaskFeaturesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RemoteAddressNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryGetRemoteAddressInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExternalMemoryRDMAFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelinePropertiesIdentifierEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelinePropertiesFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FrameBoundaryFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FrameBoundaryFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFrameBoundaryFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class FrameBoundaryEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassResolvePerformanceQueryEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultisampledRenderToSingleSampledInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedDynamicState2FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceColorWriteEnableFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineColorWriteCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceGlobalPriorityQueryFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class QueueFamilyGlobalPriorityPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageViewMinLodFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewMinLodCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiDrawFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiDrawPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultiDrawInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultiDrawIndexedInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImage2DViewOf3DFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderTileImageFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderTileImagePropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildMicromapModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMicromapModeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpacityMicromapFormatEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpacityMicromapSpecialIndexEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCompatibilityKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureBuildTypeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildMicromapFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildMicromapFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapCreateFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapUsageEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceOrHostAddressKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapBuildInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceOpacityMicromapFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceOpacityMicromapPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapVersionInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMicromapToMemoryInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMemoryToMicromapInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMicromapInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapBuildSizesInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureTrianglesOpacityMicromapEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MicromapTriangleEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceClusterCullingShaderPropertiesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceBorderColorSwizzleFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerBorderColorComponentMappingCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderCorePropertiesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSchedulingControlsFlagsARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSchedulingControlsFlagBitsARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DeviceQueueShaderCoreControlCreateInfoARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSchedulingControlsFeaturesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSchedulingControlsPropertiesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageSlicedViewOf3DFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewSlicedCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetBindingReferenceVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DescriptorSetLayoutHostMappingInfoVALVE { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDepthClampZeroOneFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceNonSeamlessCubeMapFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRenderPassStripedFeaturesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRenderPassStripedPropertiesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassStripeInfoARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassStripeBeginInfoARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassStripeSubmitInfoARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassFragmentDensityMapOffsetEndInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMemoryIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMemoryToImageIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCopyMemoryIndirectFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCopyMemoryIndirectPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDecompressionMethodFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MemoryDecompressionMethodFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DecompressMemoryRegionNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryDecompressionFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMemoryDecompressionPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ComputePipelineIndirectBufferInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineIndirectDeviceAddressInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BindPipelineIndirectCommandNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLinearColorAttachmentFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageViewSampleWeightCreateInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageProcessingFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageProcessingPropertiesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceNestedCommandBufferFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceNestedCommandBufferPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ExternalMemoryAcquireUnmodifiedEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedDynamicState3FeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedDynamicState3PropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ColorBlendEquationEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ColorBlendAdvancedEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SubpassMergeStatusEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceSubpassMergeFeedbackFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreationControlEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreationFeedbackInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassCreationFeedbackCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassSubpassFeedbackInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RenderPassSubpassFeedbackCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DirectDriverLoadingModeLUNARG { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DirectDriverLoadingFlagsLUNARG { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DirectDriverLoadingInfoLUNARG { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DirectDriverLoadingListLUNARG { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderModuleIdentifierFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderModuleIdentifierPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PipelineShaderStageModuleIdentifierCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderModuleIdentifierEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowPerformanceLevelNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionBindingPointNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowGridSizeFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowGridSizeFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowUsageFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowUsageFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionCreateFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionCreateFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowExecuteFlagBitsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowExecuteFlagsNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceOpticalFlowFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceOpticalFlowPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowImageFormatInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowImageFormatPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowSessionCreatePrivateDataInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OpticalFlowExecuteInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLegacyDitheringFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineProtectedAccessFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCodeTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCreateFlagBitsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCreateFlagsEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderObjectFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderObjectPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderRequiredSubgroupSizeCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceTilePropertiesFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TilePropertiesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAmigoProfilingFeaturesSEC { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AmigoProfilingSubmitInfoSEC { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingInvocationReorderModeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingInvocationReorderPropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingInvocationReorderFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceExtendedSparseAddressSpacePropertiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLegacyVertexAttributesFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLegacyVertexAttributesPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LayerSettingTypeEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LayerSettingEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LayerSettingsCreateInfoEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderCoreBuiltinsFeaturesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderCoreBuiltinsPropertiesARM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencyMarkerNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OutOfBandQueueTypeNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencySleepModeInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencySleepInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SetLatencyMarkerInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencyTimingsFrameReportNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class GetLatencyMarkerInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencySubmissionPresentIdNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SwapchainLatencyCreateInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class OutOfBandQueueTypeInfoNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LatencySurfaceCapabilitiesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDevicePerStageDescriptorSetFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlockMatchWindowCompareModeQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageProcessing2FeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageProcessing2PropertiesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerBlockMatchWindowCreateInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CubicFilterWeightsQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCubicWeightsFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerCubicWeightsCreateInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BlitImageCubicWeightsInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceYcbcrDegammaFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceCubicClampFeaturesQCOM { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class LayeredDriverUnderlyingApiMSFT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceLayeredDriverPropertiesMSFT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceDescriptorPoolOverallocationFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRawAccessChainsFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingValidationFeaturesNV { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageAlignmentControlFeaturesMESA { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceImageAlignmentControlPropertiesMESA { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ImageAlignmentControlCreateInfoMESA { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class BuildAccelerationStructureModeKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCreateFlagBitsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCreateFlagsKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureBuildRangeInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryTrianglesDataKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryAabbsDataKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryInstancesDataKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryDataKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureGeometryKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureBuildGeometryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class WriteDescriptorSetAccelerationStructureKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAccelerationStructureFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceAccelerationStructurePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureDeviceAddressInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureVersionInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyAccelerationStructureToMemoryInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyMemoryToAccelerationStructureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class CopyAccelerationStructureInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class AccelerationStructureBuildSizesInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class ShaderGroupShaderKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingShaderGroupCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingPipelineInterfaceCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class RayTracingPipelineCreateInfoKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingPipelineFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayTracingPipelinePropertiesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class StridedDeviceAddressRegionKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class TraceRaysIndirectCommandKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceRayQueryFeaturesKHR { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMeshShaderFeaturesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class PhysicalDeviceMeshShaderPropertiesEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } class DrawMeshTasksIndirectCommandEXT { static $gtype: GObject.GType; // Constructors _init(...args: any[]): void; } /** * Name of the imported GIR library * `see` https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188 */ const __name__: string; /** * Version of the imported GIR library * `see` https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189 */ const __version__: string; } export default Vulkan; } declare module 'gi://Vulkan' { import Vulkan10 from 'gi://Vulkan?version=1.0'; export default Vulkan10; } // END