Skip to content

Crow.Drawing.VulkanContextBase

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

Base class for offscreen vulkan context without swapchain

namespace: Crow.Drawing

Inheritance Hierarchy

Syntax

public class VulkanContextBase

Constructors

prototype description
VulkanContextBase (Interface iface) __

Properties

name description
height __
VkvgDevice __
width __

Methods

prototype description
void CreateSurface(int width, int height, ref Surface surf) __
void Dispose() __
bool render() __
void WaitIdle() __

Events

name description
Clone this wiki locally