Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TVOSEAGLView Class Reference

#include <TVOSEAGLView.h>

Inheritance diagram for TVOSEAGLView:

Instance Methods

(id- initWithFrame:withScreen:
 
(void- setFramebuffer
 
(bool- presentFramebuffer
 
(CGFloat) - getScreenScale:
 

Protected Attributes

EAGLContext * m_context
 
GLint m_framebufferWidth
 
GLint m_framebufferHeight
 
GLuint m_defaultFramebuffer
 
GLuint m_colorRenderbuffer
 
GLuint m_depthRenderbuffer
 
UIScreen * m_currentScreen
 
BOOL m_framebufferResizeRequested
 

Method Documentation

◆ getScreenScale:

- (CGFloat) getScreenScale: (UIScreen*) screen

◆ initWithFrame:withScreen:

- (id) initWithFrame: (CGRect) frame
withScreen: (UIScreen*) screen 

◆ presentFramebuffer

- (bool) presentFramebuffer

◆ setFramebuffer

- (void) setFramebuffer

Member Data Documentation

◆ m_colorRenderbuffer

- (GLuint) m_colorRenderbuffer
protected

◆ m_context

- (EAGLContext *) m_context
readassignprotected

◆ m_currentScreen

- (UIScreen *) m_currentScreen
readassignprotected

◆ m_defaultFramebuffer

- (GLuint) m_defaultFramebuffer
protected

◆ m_depthRenderbuffer

- (GLuint) m_depthRenderbuffer
protected

◆ m_framebufferHeight

- (GLint) m_framebufferHeight
protected

◆ m_framebufferResizeRequested

- (BOOL) m_framebufferResizeRequested
protected

◆ m_framebufferWidth

- (GLint) m_framebufferWidth
protected

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