Gwork: 0.3.0Dev
Gwk::Skin::Texturing::Single Struct Reference

Handle drawing a single textured rectangle. More...

#include <Texturing.h>

Public Member Functions

void Init (Texture *texture, float x, float y, float w, float h)
 
void Draw (Gwk::Renderer::Base *render, Gwk::Rect r, const Gwk::Color &col=Gwk::Colors::White)
 
void DrawCenter (Gwk::Renderer::Base *render, Gwk::Rect r, const Gwk::Color &col=Gwk::Colors::White)
 

Public Attributes

Texturem_texture
 Texture to use.
 
float m_uv [4]
 Rectangle texture UVs: (TL.xy, BR.xy).
 
int m_width
 Width of draw rectangle.
 
int m_height
 Height of draw rectangle.
 

Detailed Description

Handle drawing a single textured rectangle.


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