MythTV  master
Public Member Functions | Public Attributes | List of all members
MythD3DVertexBuffer Class Reference

#include <libmythui/mythrender_d3d9.h>

Public Member Functions

 MythD3DVertexBuffer (IDirect3DTexture9 *tex=nullptr)
 

Public Attributes

uint32_t m_color {0xFFFFFFFF}
 
QRect m_dest
 
QRect m_src
 
IDirect3DTexture9 * m_texture
 

Detailed Description

Definition at line 64 of file mythrender_d3d9.h.

Constructor & Destructor Documentation

◆ MythD3DVertexBuffer()

MythD3DVertexBuffer::MythD3DVertexBuffer ( IDirect3DTexture9 *  tex = nullptr)
inlineexplicit

Definition at line 67 of file mythrender_d3d9.h.

Member Data Documentation

◆ m_color

uint32_t MythD3DVertexBuffer::m_color {0xFFFFFFFF}

Definition at line 73 of file mythrender_d3d9.h.

Referenced by MythRenderD3D9::UpdateVertexBuffer().

◆ m_dest

QRect MythD3DVertexBuffer::m_dest

Definition at line 74 of file mythrender_d3d9.h.

Referenced by MythRenderD3D9::UpdateVertexBuffer().

◆ m_src

QRect MythD3DVertexBuffer::m_src

Definition at line 75 of file mythrender_d3d9.h.

Referenced by MythRenderD3D9::UpdateVertexBuffer().

◆ m_texture

IDirect3DTexture9* MythD3DVertexBuffer::m_texture

Definition at line 76 of file mythrender_d3d9.h.

Referenced by MythRenderD3D9::UpdateVertexBuffer().


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