EffectEditor.EffectComponents.HLSLInformation.HlslSemantic.HlslSemantic C# (CSharp) Method

HlslSemantic() public method

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
return System
        public HlslSemantic(HlslTypeDefinition type, String name, bool multipleResourcesSupported)
        {
            Type = type;
            Name = name;
            MultipleResourcesSupported = multipleResourcesSupported;
            ResourceNumber = -1;
        }

Same methods

HlslSemantic::HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported, int resourceNumber ) : System