xbmc
Public Member Functions | List of all members
KODI::SHADER::IShaderTexture Class Referenceabstract
Inheritance diagram for KODI::SHADER::IShaderTexture:
Inheritance graph
[legend]

Public Member Functions

virtual float GetWidth () const =0
 Return width of texture. More...
 
virtual float GetHeight () const =0
 Return height of texture. More...
 

Member Function Documentation

◆ GetHeight()

virtual float KODI::SHADER::IShaderTexture::GetHeight ( ) const
pure virtual

Return height of texture.

Returns
Height of the texture in texels

Implemented in KODI::SHADER::CShaderTextureDX< TextureType >, and KODI::SHADER::CShaderTextureGL.

◆ GetWidth()

virtual float KODI::SHADER::IShaderTexture::GetWidth ( ) const
pure virtual

Return width of texture.

Returns
Width of the texture in texels

Implemented in KODI::SHADER::CShaderTextureDX< TextureType >, and KODI::SHADER::CShaderTextureGL.


The documentation for this class was generated from the following files: