示例#1
0
 void PopulateInputAssembly(MgPipelineInputAssemblyStateCreateInfo inputAssemblyState)
 {
     Topology = inputAssemblyState.Topology;
     PrimitiveRestartEnable = inputAssemblyState.PrimitiveRestartEnable;
 }
示例#2
0
 void InitializationInputAssembly(MgPipelineInputAssemblyStateCreateInfo inputAssemblyState)
 {
     Topology = TranslatePrimitiveType(inputAssemblyState.Topology);
 }