virtual int array_size() const =0
Get the texture array size.
virtual void set_image(const GraphicContextPtr &context, int array_index, const PixelBufferPtr &image, int level=0)=0
Upload image to texture.
1D texture array object class.
Definition: texture_1d_array.h:37
static std::shared_ptr< Texture1DArray > create(const GraphicContextPtr &context, int size, int array_size, TextureFormat texture_format=tf_rgba8, int levels=1)
Constructs a 1D array texture.
virtual void set_subimage(const GraphicContextPtr &context, int array_index, int x, const PixelBufferPtr &image, const int src_x, const int src_width, int level=0)=0
Upload image to sub texture.
virtual TextureWrapMode wrap_mode_s() const =0
Get the texture wrap mode for the s coordinate.
virtual int size() const =0
Get the texture width.
virtual void set_wrap_mode(TextureWrapMode wrap_s)=0