BackendVulkanFeature.BackendVulkanFeature
void BackendVulkanFeature(IntPtr vkStruct, int size)
Creates a feature request from a pointer to a pinned VkPhysicalDevice*Features struct and its size in bytes.
| IntPtr vkStruct | A pointer to a pinned VkPhysicalDevice*Features struct, with its sType and desired VK_TRUE bits set. |
| int size | The size of the struct vkStruct points at, in bytes. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!