示例#1
0
 public static unsafe void FragmentMaterial(this SgixFragmentLighting thisApi, [Flow(FlowDirection.In)] SGIX face, [Flow(FlowDirection.In)] MaterialParameter pname, [Count(Computed = "pname"), Flow(FlowDirection.In)] ReadOnlySpan <float> @params)
 {
     // SpanOverloader
     thisApi.FragmentMaterial(face, pname, in @params.GetPinnableReference());
 }
示例#2
0
 public static unsafe void GetFragmentMaterial(this SgixFragmentLighting thisApi, [Flow(FlowDirection.In)] MaterialFace face, [Flow(FlowDirection.In)] MaterialParameter pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <int> @params)
 {
     // SpanOverloader
     thisApi.GetFragmentMaterial(face, pname, out @params.GetPinnableReference());
 }
示例#3
0
 public static unsafe void FragmentLightModel(this SgixFragmentLighting thisApi, [Flow(FlowDirection.In)] FragmentLightModelParameterSGIX pname, [Count(Computed = "pname"), Flow(FlowDirection.In)] ReadOnlySpan <int> @params)
 {
     // SpanOverloader
     thisApi.FragmentLightModel(pname, in @params.GetPinnableReference());
 }
示例#4
0
 public static unsafe void GetFragmentLight(this SgixFragmentLighting thisApi, [Flow(FlowDirection.In)] FragmentLightNameSGIX light, [Flow(FlowDirection.In)] FragmentLightParameterSGIX pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <int> @params)
 {
     // SpanOverloader
     thisApi.GetFragmentLight(light, pname, out @params.GetPinnableReference());
 }