8 lines
154 B
C#
8 lines
154 B
C#
namespace Needle.Engine.Shaders
|
|
{
|
|
public interface ISkyboxExportSettingsProvider
|
|
{
|
|
int SkyboxResolution { get; set; }
|
|
bool HDR { get; set; }
|
|
}
|
|
} |