次の方法で共有


ProgramVertex.Builder Constructors

Definition

Overloads

ProgramVertex.Builder(RenderScript)
Obsolete.

This member is deprecated.

ProgramVertex.Builder(IntPtr, JniHandleOwnership)

ProgramVertex.Builder(RenderScript)

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "")]
[System.Obsolete("deprecated")]
public Builder (Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Renderscripts.ProgramVertex.Builder : Android.Renderscripts.RenderScript -> Android.Renderscripts.ProgramVertex.Builder

Parameters

rs
RenderScript

Context to which the program will belong.

Attributes

Remarks

This member is deprecated. in API 16 Create a builder object.

Java documentation for android.renderscript.ProgramVertex.Builder.ProgramVertex$Builder(android.renderscript.RenderScript).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ProgramVertex.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.ProgramVertex.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.ProgramVertex.Builder

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to