Example #1
0
 public MgSwapchainCollection(IMgPresentationSurface layer, IMgThreadPartition partition, IMgImageTools imageTools)
 {
     mLayer      = layer;
     mPartition  = partition;
     mImageTools = imageTools;
     Format      = MgFormat.UNDEFINED;
 }
Example #2
0
 public MgSwapchainCollection(IMgPresentationSurface layer, IMgGraphicsConfiguration graphicsConfiguration, IMgImageTools imageTools)
 {
     mLayer = layer;
     mGraphicsConfiguration = graphicsConfiguration;
     mImageTools            = imageTools;
     Format = MgFormat.UNDEFINED;
 }
 public MgDefaultGraphicsConfiguration(
     MgDriverContext context,
     IMgPresentationSurface presentationSurface)
 {
     // WINDOW HOOK
     mDriverContext       = context;
     mPresentationSurface = presentationSurface;
 }