yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::render::RenderResult Struct Reference

#include <render_context.h>

Public Attributes

bool success = false
 
std::string error
 
std::vector< uint8_t > rgba_pixels
 
int width = 0
 
int height = 0
 
int cycles_executed = 0
 
int handler_address = 0
 
bool used_static_fallback = false
 

Detailed Description

Definition at line 46 of file render_context.h.

Member Data Documentation

◆ success

◆ error

◆ rgba_pixels

std::vector<uint8_t> yaze::emu::render::RenderResult::rgba_pixels

◆ width

int yaze::emu::render::RenderResult::width = 0

◆ height

int yaze::emu::render::RenderResult::height = 0

◆ cycles_executed

int yaze::emu::render::RenderResult::cycles_executed = 0

Definition at line 56 of file render_context.h.

◆ handler_address

int yaze::emu::render::RenderResult::handler_address = 0

◆ used_static_fallback

bool yaze::emu::render::RenderResult::used_static_fallback = false

The documentation for this struct was generated from the following file: