mono / VulkanSharp

Open source .NET binding for the Vulkan API
MIT License
537 stars 61 forks source link

ClearAttachment structs ClearValue field is of type IntPtr, but should be ClearValue #27

Closed TillAlex closed 8 years ago

TillAlex commented 8 years ago

This is the definition in the specs:

typedef struct VkClearAttachment { VkImageAspectFlags aspectMask; uint32_t colorAttachment; VkClearValue clearValue; } VkClearAttachment;