port from perforce
This commit is contained in:
16
intromat/Intromat/Nodes/Textures/SamplerLiteralModel.cs
Normal file
16
intromat/Intromat/Nodes/Textures/SamplerLiteralModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Xml.Serialization;
|
||||
using Intromat.Nodes.Code;
|
||||
using Intromat.ViewModels;
|
||||
using SharpDX.Direct3D11;
|
||||
|
||||
namespace Intromat.Nodes.Textures
|
||||
{
|
||||
[XmlRoot("SamplerLiteral", Namespace = _namespace)]
|
||||
public sealed class SamplerLiteralModel : LiteralModelBase<SamplerDesc>
|
||||
{
|
||||
public override CodeGenNodeViewModel? CreateViewModel()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user