Gjsify LogoGjsify Logo

Holds information about a vulkan non dispatchable handle

record

Hierarchy

  • VulkanHandle

Index

Constructors

Properties

device: VulkanDevice

the #GstVulkanDevice for this handle

field

the handle value

field
parent: Gst.MiniObject

the parent #GstMiniObject

field

the type of handle

field
userData: object
name: string

Methods

  • freeDescriptorSetLayout(userData: object): void
  • Frees the descriptor set layout in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freeFramebuffer(userData: object): void
  • Frees the framebuffer in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freePipeline(userData: object): void
  • Frees the pipeline in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freePipelineLayout(userData: object): void
  • Frees the pipeline layout in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freeRenderPass(userData: object): void
  • Frees the render pass in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freeSampler(userData: object): void
  • Frees the sampler in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • freeShader(userData: object): void
  • Frees the shader in handle

    Parameters

    • userData: object

      callback user data

    Returns void

  • Helper function for implementing #GstElementClass.set_context() in Vulkan capable elements.

    Retrieve's the #GstVulkanDisplay or #GstVulkanInstance in context and places the result in display or instance respectively.

    Parameters

    Returns [boolean, VulkanDisplay, VulkanInstance]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method