SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches
SRL::VDP1::Texture Struct Reference

Detailed Description

VDP1 texture.

#include <srl_vdp1.hpp>

Inheritance diagram for SRL::VDP1::Texture:
SRL::SGL::SglType< Texture, TEXTURE >

Public Member Functions

 Texture ()
 Construct a new Texture object.
 
 Texture (const uint16_t width, const uint16_t height)
 Construct a new Texture object.
 
 Texture (const uint16_t width, const uint16_t height, const uint16_t address)
 Construct a new Texture object.
 
const TEXTURE * SglConstPtr () const
 Get pointer to SGL type.
 
TEXTURE * SglPtr ()
 Get pointer to SGL type.
 

Public Attributes

uint16_t Address
 Address of the texture.
 
uint16_t Height
 Texture height.
 
uint16_t Size
 Size of the texture for hardware.
 
uint16_t Width
 Texture width.