OpenTkEngine.Core.Shader.GetID C# (CSharp) Method

GetID() public method

public GetID ( ) : int
return int
        public int GetID()
        {
            return _shaderUtility.ShaderProgramID;
        }