VkGetFramebufferTilePropertiesQCOMNative typedef

VkGetFramebufferTilePropertiesQCOMNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkFramebuffer> framebuffer, Pointer<NativeType> pPropertiesCount, Pointer<VkTilePropertiesQCOM> pProperties)

Implementation

typedef VkGetFramebufferTilePropertiesQCOMNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkFramebuffer> framebuffer,
    Pointer pPropertiesCount,
    Pointer<VkTilePropertiesQCOM> pProperties);