ShaderTechniqueShaderEntry Property
Gets or sets the entry point of the shader, some shader like HLSL can have customized shader entries.

Namespace: Aspose.ThreeD.Shading
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public string ShaderEntry { get; set; }

Property Value

Type: String
See Also