146 const Rect &src_rect,
163 const Rect &src_rect,
2D (x,y) point structure - Integer
Definition: point.h:63
TextureWrapMode
Texture coordinate wrapping modes.
Definition: texture.h:66
Texture object class.
Definition: texture.h:104
void set_subimage(GraphicContext &context, int array_index, int x, int y, const PixelBuffer &image, const Rect &src_rect, int level=0)
2D (left,top,right,bottom) rectangle structure - Integer
Definition: rect.h:471
int get_array_size() const
Returns the number of textures in the array.
@ tf_rgba8
Definition: texture_format.h:43
2D texture object class.
Definition: texture_2d.h:42
std::shared_ptr< Texture_Impl > impl
Definition: texture.h:271
void set_image(GraphicContext &context, int array_index, const PixelBuffer &image, int level=0)
void set_pixel_ratio(float ratio)
Sets the display pixel ratio for this texture.
float get_dip_width() const
Returns the device independent width of this texture.
Definition: texture_2d_array.h:97
Interface to drawing graphics.
Definition: graphic_context.h:258
Size get_size() const
Retrieves the actual size of the texture.
Definition: texture_2d_array.h:88
Texture2DArray(GraphicContext &context, int width, int height, int array_size, TextureFormat texture_format=tf_rgba8, int levels=1)
TextureFormat
Texture format.
Definition: texture_format.h:41
int get_height() const
Retrieves the actual height of the texture in the display.
2D texture array object class.
Definition: texture_2d_array.h:44
TextureWrapMode get_wrap_mode_s() const
Get the texture wrap mode for the s coordinate.
Pixel data container.
Definition: pixel_buffer.h:69
float get_dip_height() const
Returns the device independent height of this texture.
Definition: texture_2d_array.h:100
Texture2D create_2d_view(int array_index, TextureFormat texture_format, int min_level, int num_levels)
Creates a 2D texture view.
Texture2DArray(GraphicContext &context, const Size &size, int array_size, TextureFormat texture_format=tf_rgba8, int levels=1)
Texture2DArray(const std::shared_ptr< Texture_Impl > &impl)
Definition: texture_2d_array.h:54
void set_wrap_mode(TextureWrapMode wrap_s, TextureWrapMode wrap_t)
Texture2DArray()
Constructs a null instance.
2D (width,height) size structure - Integer
Definition: size.h:157
void set_subimage(GraphicContext &context, int array_index, const Point &point, const PixelBuffer &image, const Rect &src_rect, int level=0)
float get_pixel_ratio() const
2D (width,height) size structure - Float
Definition: size.h:170
Sizef get_dip_size() const
Returns the device independent size of this texture.
Definition: texture_2d_array.h:103
TextureWrapMode get_wrap_mode_t() const
Get the texture wrap mode for the t coordinate.
int get_width() const
Retrieves the actual width of the texture in the display.