Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="pointer">
        /// </param>
        internal static unsafe PhysicalDeviceIndexTypeUint8Features MarshalFrom(SharpVk.Interop.Multivendor.PhysicalDeviceIndexTypeUint8Features *pointer)
        {
            PhysicalDeviceIndexTypeUint8Features result = default(PhysicalDeviceIndexTypeUint8Features);

            result.IndexTypeUint8 = pointer->IndexTypeUint8;
            return(result);
        }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="pointer">
 /// </param>
 internal unsafe void MarshalTo(SharpVk.Interop.Multivendor.PhysicalDeviceIndexTypeUint8Features *pointer)
 {
     pointer->SType          = StructureType.PhysicalDeviceIndexTypeUint8Features;
     pointer->Next           = null;
     pointer->IndexTypeUint8 = this.IndexTypeUint8;
 }