/// <summary>
        ///
        /// </summary>
        internal static unsafe PhysicalDeviceShaderIntegerFunctions2Features MarshalFrom(SharpVk.Interop.Intel.PhysicalDeviceShaderIntegerFunctions2Features *pointer)
        {
            PhysicalDeviceShaderIntegerFunctions2Features result = default(PhysicalDeviceShaderIntegerFunctions2Features);

            result.ShaderIntegerFunctions2 = pointer->ShaderIntegerFunctions2;
            return(result);
        }
 /// <summary>
 ///
 /// </summary>
 internal unsafe void MarshalTo(SharpVk.Interop.Intel.PhysicalDeviceShaderIntegerFunctions2Features *pointer)
 {
     pointer->SType = StructureType.PhysicalDeviceShaderIntegerFunctions2Features;
     pointer->Next  = null;
     pointer->ShaderIntegerFunctions2 = this.ShaderIntegerFunctions2;
 }