Class PlatformConfig::UserGpuConfigInternal¶
Defined in File PlatformConfig.hpp
Nested Relationships¶
This class is a nested type of Class PlatformConfig.
Class Documentation¶
-
class UserGpuConfigInternal¶
Public Functions
-
UserGpuConfigInternal()¶
Creates a new userGpuConfig.
-
void set(const UserGLConfig &userGLConfig)¶
Set the userGpuConfig.
- Parameters
glHandle – [in] : Handle needed to access userGlConfig
- Returns
Error code. Returns SNPE_SUCCESS if destruction successful
-
void get(UserGLConfig &uglc)¶
Get the userGpuConfig.
- Returns
Handle needed to access userGlConfig
-
UserGpuConfigInternal()¶