Example #1
0
 internal unsafe void MarshalTo(Interop.PipelineTessellationStateCreateInfo *pointer)
 {
     pointer->SType = StructureType.PipelineTessellationStateCreateInfo;
     pointer->Next  = null;
     pointer->Flags = this.Flags;
     pointer->PatchControlPoints = this.PatchControlPoints;
 }
Example #2
0
 internal PipelineTessellationStateCreateInfo(Interop.PipelineTessellationStateCreateInfo* ptr)
 {
     m = ptr;
     Initialize ();
 }
Example #3
0
 public PipelineTessellationStateCreateInfo()
 {
     m = (Interop.PipelineTessellationStateCreateInfo*) Interop.Structure.Allocate (typeof (Interop.PipelineTessellationStateCreateInfo));
     Initialize ();
 }