IVulkanPlatformGraphicsContext Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Vulkan
Assembly: Avalonia.Vulkan (in Avalonia.Vulkan.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IVulkanPlatformGraphicsContext : IPlatformGraphicsContext,
IDisposable, IOptionalFeatureProvider
<NotClientImplementableAttribute>
Public Interface IVulkanPlatformGraphicsContext
Inherits IPlatformGraphicsContext, IDisposable, IOptionalFeatureProvider
[<NotClientImplementableAttribute>]
type IVulkanPlatformGraphicsContext =
interface
interface IPlatformGraphicsContext
interface IDisposable
interface IOptionalFeatureProvider
end
Implements | IOptionalFeatureProvider, IPlatformGraphicsContext, IDisposable |
Properties
Device | |
Instance |
Methods
CreateRenderTarget(IEnumerable(Object)) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |