Program.BaseProgramBuilder.AddTexture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddTexture(Program+TextureType) | |
AddTexture(Program+TextureType, String) |
AddTexture(Program+TextureType)
[Android.Runtime.Register("addTexture", "(Landroid/renderscript/Program$TextureType;)Landroid/renderscript/Program$BaseProgramBuilder;", "GetAddTexture_Landroid_renderscript_Program_TextureType_Handler")]
public virtual Android.Renderscripts.Program.BaseProgramBuilder AddTexture (Android.Renderscripts.Program.TextureType texType);
[<Android.Runtime.Register("addTexture", "(Landroid/renderscript/Program$TextureType;)Landroid/renderscript/Program$BaseProgramBuilder;", "GetAddTexture_Landroid_renderscript_Program_TextureType_Handler")>]
abstract member AddTexture : Android.Renderscripts.Program.TextureType -> Android.Renderscripts.Program.BaseProgramBuilder
override this.AddTexture : Android.Renderscripts.Program.TextureType -> Android.Renderscripts.Program.BaseProgramBuilder
Parameters
- texType
- Program.TextureType
Returns
- Attributes
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
AddTexture(Program+TextureType, String)
[Android.Runtime.Register("addTexture", "(Landroid/renderscript/Program$TextureType;Ljava/lang/String;)Landroid/renderscript/Program$BaseProgramBuilder;", "GetAddTexture_Landroid_renderscript_Program_TextureType_Ljava_lang_String_Handler")]
public virtual Android.Renderscripts.Program.BaseProgramBuilder AddTexture (Android.Renderscripts.Program.TextureType texType, string texName);
[<Android.Runtime.Register("addTexture", "(Landroid/renderscript/Program$TextureType;Ljava/lang/String;)Landroid/renderscript/Program$BaseProgramBuilder;", "GetAddTexture_Landroid_renderscript_Program_TextureType_Ljava_lang_String_Handler")>]
abstract member AddTexture : Android.Renderscripts.Program.TextureType * string -> Android.Renderscripts.Program.BaseProgramBuilder
override this.AddTexture : Android.Renderscripts.Program.TextureType * string -> Android.Renderscripts.Program.BaseProgramBuilder
Parameters
- texType
- Program.TextureType
- texName
- String
Returns
- Attributes
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.