124 /// @brief Writes to the textures internal buffer.
125 /// @exception If the size of this texture is smaller than the buffer being written, a PARAMETERS_EXCEPTION will be thrown.
126 /// @param SrcBuffer The buffer containing the pixel data to be written.
127 /// @param BufferSize The size of the buffer being written.
128 /// @param SrcFormat The pixel format of the texture in the source buffer. Pixel format will automatically be converted to the set format of this texture.