Esempio n. 1
0
 void PopulateInputAssembly(MgPipelineInputAssemblyStateCreateInfo inputAssemblyState)
 {
     Topology = inputAssemblyState.Topology;
     PrimitiveRestartEnable = inputAssemblyState.PrimitiveRestartEnable;
 }
Esempio n. 2
0
 void InitializationInputAssembly(MgPipelineInputAssemblyStateCreateInfo inputAssemblyState)
 {
     Topology = TranslatePrimitiveType(inputAssemblyState.Topology);
 }