Ejemplo n.º 1
0
 public static extern void objc_msgSend(
     IntPtr receiver,
     Selector selector,
     MTLPrimitiveType a,
     MTLIndexType b,
     MTLBuffer c,
     UIntPtr d,
     MTLBuffer e,
     UIntPtr f);
Ejemplo n.º 2
0
 public static extern void objc_msgSend(
     IntPtr receiver,
     Selector selector,
     MTLPrimitiveType a,
     UIntPtr b,
     MTLIndexType c,
     IntPtr d,
     UIntPtr e,
     UIntPtr f,
     IntPtr g,
     UIntPtr h);
Ejemplo n.º 3
0
 public static extern void objc_msgSend(IntPtr receiver, Selector selector, MTLPrimitiveType a, MTLBuffer b, UIntPtr c);
Ejemplo n.º 4
0
 void InitializationInputAssembly(MgPipelineInputAssemblyStateCreateInfo inputAssemblyState)
 {
     Topology = TranslatePrimitiveType(inputAssemblyState.Topology);
 }