Show / Hide Table of Contents

Class ShaderExtensions

Inheritance
System.Object
ShaderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class ShaderExtensions

Methods

| Improve this Doc View Source

GetPlatforms(IShader)

Declaration
public static IEnumerable<GPUPlatform>? GetPlatforms(this IShader shader)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_48.IShader shader
Returns
Type Description
System.Nullable<IEnumerable<GPUPlatform>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾