/// <summary>
 ///
 /// </summary>
 internal unsafe void MarshalTo(SharpVk.Interop.DeviceGroupCommandBufferBeginInfo *pointer)
 {
     pointer->Next       = null;
     pointer->DeviceMask = this.DeviceMask;
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="pointer">
 /// </param>
 internal unsafe void MarshalTo(SharpVk.Interop.DeviceGroupCommandBufferBeginInfo *pointer)
 {
     pointer->SType      = StructureType.DeviceGroupCommandBufferBeginInfoVersion;
     pointer->Next       = null;
     pointer->DeviceMask = this.DeviceMask;
 }