⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

struct BackendVulkanFeature

A single Vulkan feature struct to request as part of a BackendVulkanRequest. See Backend.Vulkan.Request for details.

Instance Fields and Properties

   
int size The size of the struct vkStruct points at, in bytes.
IntPtr vkStruct A pointer to a pinned VkPhysicalDevice*Features struct with its sType set, and the feature bits you want enabled set to VK_TRUE. This must NOT be a VkPhysicalDeviceFeatures2. The pointer only needs to remain valid for the duration of the Backend.Vulkan.Request call.

Instance Methods

   
BackendVulkanFeature Creates a feature request from a pointer to a pinned VkPhysicalDevice*Features struct and its size in bytes.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!