port from perforce
This commit is contained in:
10
intromat/Intromat/Nodes/Textures/SamplerLiteralValue.cs
Normal file
10
intromat/Intromat/Nodes/Textures/SamplerLiteralValue.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Intromat.Nodes.Code;
|
||||
using SharpDX.Direct3D11;
|
||||
|
||||
namespace Intromat.Nodes.Textures
|
||||
{
|
||||
public class SamplerLiteralValue : LiteralValueBase<SamplerDesc>
|
||||
{
|
||||
public SamplerState? SamplerState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user