mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-06 17:12:00 +08:00
0031715: Visualization - add access to proxy shader program
This commit is contained in:
@@ -259,6 +259,9 @@ public:
|
||||
|
||||
//! Fetches uniform variables from proxy shader program.
|
||||
Standard_EXPORT Standard_Boolean ApplyVariables (const Handle(OpenGl_Context)& theCtx);
|
||||
|
||||
//! @return proxy shader program.
|
||||
const Handle(Graphic3d_ShaderProgram)& Proxy() const { return myProxy; }
|
||||
|
||||
//! @return true if current object was initialized
|
||||
inline bool IsValid() const
|
||||
|
||||
Reference in New Issue
Block a user