mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
387 B
C#
14 lines
387 B
C#
using AssetRipper.SourceGenerated.Extensions.Enums.Shader;
|
|
using AssetRipper.SourceGenerated.Subclasses.PlatformShaderDefines;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions
|
|
{
|
|
public static class PlatformShaderDefinesExtensions
|
|
{
|
|
public static GPUPlatform GetSerializationMode(this IPlatformShaderDefines settings)
|
|
{
|
|
return (GPUPlatform)settings.ShaderPlatform;
|
|
}
|
|
}
|
|
}
|