void set_subimage(GraphicContext &context, int array_index, TextureCubeDirection cube_direction, int x, int y, const PixelBuffer &image, const Rect &src_rect, int level=0)
Upload image to sub texture.
Texture object class.
Definition: texture.h:102
int get_array_size() const
Get the texture array size.
void set_image(GraphicContext &context, int array_index, TextureCubeDirection cube_direction, PixelBuffer &image, int level=0)
Upload image to texture.
TextureCubeArray(const std::shared_ptr< Texture_Impl > &impl)
Constructs a texture from an implementation.
Definition: texture_cube_array.h:49
std::shared_ptr< Texture_Impl > impl
Definition: texture.h:250
TextureCubeArray()
Constructs a null instance.
2D texture cube array object class.
Definition: texture_cube_array.h:40
Interface to drawing graphics.
Definition: graphic_context.h:256