Beispiel #1
0
 public void TearDown()
 {
     array?.Dispose();
     array = null;
 }
Beispiel #2
0
 public void SetUp()
 {
     TestRuntime.AssertXcodeVersion(12, TestRuntime.MinorXcode12APIMismatch);
     array = new MTLRenderPassSampleBufferAttachmentDescriptorArray();
 }