IVulkanRenderSession 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 IVulkanRenderSession : IDisposable
<NotClientImplementableAttribute>
Public Interface IVulkanRenderSession
Inherits IDisposable
[<NotClientImplementableAttribute>]
type IVulkanRenderSession =
interface
interface IDisposable
end
| Implements | IDisposable |
Properties
| ImageInfo | |
| IsRgba | |
| IsYFlipped | |
| Scaling | |
| Size |
Methods
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |