RetroArch
Instance Methods | Class Methods | Properties | List of all members
MenuDisplay Class Reference

#import <MenuDisplay.h>

Inheritance diagram for MenuDisplay:
[legend]
Collaboration diagram for MenuDisplay:
[legend]

Instance Methods

(instancetype) - initWithContext:
 
(void- drawPipeline:video:
 
(void- draw:video:
 
(void- setScissorRect:
 
(void- clearScissorRect
 
(void- setClearColor: [implementation]
 
(MTLPrimitiveType) - _toPrimitiveType: [implementation]
 

Class Methods

(const float *) + defaultVertices
 
(const float *) + defaultTexCoords
 
(const float *) + defaultColor
 

Properties

BOOL blend
 
MTLClearColor clearColor
 

Method Documentation

◆ _toPrimitiveType:()

- (MTLPrimitiveType) _toPrimitiveType: (enum menu_display_prim_type prim
implementation
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clearScissorRect()

- (void) clearScissorRect

◆ defaultColor()

+ (const float *) defaultColor
Here is the caller graph for this function:

◆ defaultTexCoords()

+ (const float *) defaultTexCoords
Here is the caller graph for this function:

◆ defaultVertices()

+ (const float *) defaultVertices
Here is the caller graph for this function:

◆ draw:video:()

- (void) draw: (menu_display_ctx_draw_t *)  draw
video: (video_frame_info_t *)  video 
Here is the call graph for this function:

◆ drawPipeline:video:()

- (void) drawPipeline: (menu_display_ctx_draw_t *)  draw
video: (video_frame_info_t *)  video 
Here is the call graph for this function:

◆ initWithContext:()

- (instancetype) initWithContext: (Context *)  context
Here is the call graph for this function:

◆ setClearColor:()

- (void) setClearColor: (MTLClearColor)  clearColor
implementation

◆ setScissorRect:()

- (void) setScissorRect: (MTLScissorRect)  rect

Property Documentation

◆ blend

- (BOOL) blend
readwritenonatomicassign

◆ clearColor

- (MTLClearColor) clearColor
readwritenonatomicassign

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