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

#import <TexturedView.h>

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

Instance Methods

(instancetype) - initWithDescriptor:context:
 
(void- drawWithContext:
 
(void- drawWithEncoder:
 
(void- updateFrame:pitch:
 
(void- setSize: [implementation]
 
(void- setFrame: [implementation]
 
(void- _convertFormat [implementation]
 

Properties

RPixelFormat format
 
RTextureFilter filter
 
BOOL visible
 
CGRect frame
 
CGSize size
 
ViewDrawState drawState
 

Method Documentation

◆ _convertFormat()

- (void) _convertFormat
implementation
Here is the caller graph for this function:

◆ drawWithContext:()

- (void) drawWithContext: (Context *)  ctx
Here is the call graph for this function:

◆ drawWithEncoder:()

- (void) drawWithEncoder: (id<MTLRenderCommandEncoder>)  rce

◆ initWithDescriptor:context:()

- (instancetype) initWithDescriptor: (ViewDescriptor *)  td
context: (Context *)  c 
Here is the call graph for this function:

◆ setFrame:()

- (void) setFrame: (CGRect)  frame
implementation
Here is the call graph for this function:

◆ setSize:()

- (void) setSize: (CGSize)  size
implementation

◆ updateFrame:pitch:()

- (void) updateFrame: (void const *)  src
pitch: (NSUInteger)  pitch 

Property Documentation

◆ drawState

- (ViewDrawState) drawState
readnonatomicassign

◆ filter

- (RTextureFilter) filter
readnonatomicassign

◆ format

- (RPixelFormat) format
readnonatomicassign

◆ frame

- (CGRect) frame
readwritenonatomicassign

◆ size

- (CGSize) size
readwritenonatomicassign

◆ visible

- (BOOL) visible
readwritenonatomicassign

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