Example #1
0
        public static VkDisplayPresentInfoKHR.Raw *MarshalIndirect(this VkDisplayPresentInfoKHR s, ref byte *unmanaged)
        {
            if (s == null)
            {
                return((VkDisplayPresentInfoKHR.Raw *) 0);
            }
            var result = (VkDisplayPresentInfoKHR.Raw *)unmanaged;

            unmanaged += VkDisplayPresentInfoKHR.Raw.SizeInBytes;
            *result = s.MarshalDirect(ref unmanaged);
            return(result);
        }