Sunshine latest
Self-hosted game stream host for Moonlight.
display_ram.cpp File Reference

Definitions for handling ram. More...

#include "display.h"
#include "misc.h"
#include "src/logging.h"
Include dependency graph for display_ram.cpp:

Classes

struct  platf::dxgi::img_t
 

Functions

void platf::dxgi::apply_color_alpha (int *img_pixel_p, int cursor_pixel)
 
void platf::dxgi::apply_color_masked (int *img_pixel_p, int cursor_pixel)
 
void platf::dxgi::blend_cursor (const cursor_t &cursor, img_t &img)
 
void platf::dxgi::blend_cursor_color (const cursor_t &cursor, img_t &img, const bool masked)
 
void platf::dxgi::blend_cursor_monochrome (const cursor_t &cursor, img_t &img)
 

Detailed Description

Definitions for handling ram.