monoandroid
namespace Android.Renderscripts
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/renderscript/ProgramRaster", DoNotGenerateAcw = true)]
public class ProgramRaster : BaseObj
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/renderscript/ProgramRaster$Builder", DoNotGenerateAcw = true)]
public class Builder : Object
{
[Obsolete("deprecated")]
[Register("setCullMode", "(Landroid/renderscript/ProgramRaster$CullMode;)Landroid/renderscript/ProgramRaster$Builder;", "GetSetCullMode_Landroid_renderscript_ProgramRaster_CullMode_Handler")]
public virtual Builder? SetCullMode(CullMode? m);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |