How to Install and Uninstall libOgreRTShaderSystem1_12_12 Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "libOgreRTShaderSystem1_12_12" package

This guide let you learn how to install libOgreRTShaderSystem1_12_12 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libOgreRTShaderSystem1_12_12

2. Uninstall "libOgreRTShaderSystem1_12_12" package

Please follow the guidance below to uninstall libOgreRTShaderSystem1_12_12 on openSuSE Tumbleweed:

$ sudo zypper remove libOgreRTShaderSystem1_12_12

3. Information about the libOgreRTShaderSystem1_12_12 package on openSuSE Tumbleweed

Information for package libOgreRTShaderSystem1_12_12:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libOgreRTShaderSystem1_12_12
Version : 1.12.12-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 722,2 KiB
Installed : No
Status : not installed
Source package : ogre-1.12.12-2.3.src
Summary : Ogre Runtime Shader System
Description :
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented 3D engine.
This component is used to generate shaders on the fly, based on object material
properties, scene setup and other user definitions.
* Runtime shader generation synchronized with scene state. Each time scene
settings change, a new set of shaders is generated.
* Full FFP (Fixed Function Pipeline) emulation. This feature is most useful
combined with render system that does not provide any FFP functionality
(OpenGL ES 2.0, D3D10, D3D11, etc.).
* Shader language independent interface: the logic representation of the shader
programs is completely independent from the target shader language.
* Pluggable interface allows extending the target shader languages set and
adding new shader-based effects to the system in a seamless way. Each effect
code will be automatically combined with the rest of the shader code.
* Automatic vertex shader compacting mechanism: no more compacting variables by
hand. In case the amount of used vertex shader output registers exceeds the
maximum allowed (12 to 32, depending on D3DPSHADERCAPS2_0.NumTemps(external
link)), a compacting algorithm packs the vertex shader outputs and adds
unpack code in the fragment shader side.
* Material script support, for both export and import.