VirtualC64 v5.0 beta
Commodore 64 Emulator
Loading...
Searching...
No Matches
VideoPortAPI Struct Reference

Video Port Public API. More...

#include <VirtualC64.h>

Public Member Functions

Retrieving video data
u32 * getTexture () const
 Returns a pointer to the most recent stable texture.
 
u32 * getDmaTexture () const
 Returns a pointer to the most recent stable texture.
 

Detailed Description

Video Port Public API.

Member Function Documentation

◆ getDmaTexture()

u32 * getDmaTexture ( ) const

Returns a pointer to the most recent stable texture.

The texture dimensions are given by constants vc64::Texture::width and vc64::Texture::height texels. Each texel is represented by a 32 bit color value.

◆ getTexture()

u32 * getTexture ( ) const

Returns a pointer to the most recent stable texture.

The texture dimensions are given by constants vc64::Texture::width and vc64::Texture::height texels. Each texel is represented by a 32 bit color value.


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