libdonut  2.3.2
Application framework for cross-platform game development in C++20
donut::graphics::ImageView Member List

This is the complete list of members for donut::graphics::ImageView, including all inherited members.

getChannelCount() const noexceptdonut::graphics::ImageViewinline
getHeight() const noexceptdonut::graphics::ImageViewinline
getPixelComponentSize() const noexceptdonut::graphics::ImageViewinline
getPixelComponentType() const noexceptdonut::graphics::ImageViewinline
getPixelFormat() const noexceptdonut::graphics::ImageViewinline
getPixels() const noexceptdonut::graphics::ImageViewinline
getPixelStride() const noexceptdonut::graphics::ImageViewinline
getSizeInBytes() const noexceptdonut::graphics::ImageViewinline
getWidth() const noexceptdonut::graphics::ImageViewinline
ImageView() noexcept=defaultdonut::graphics::ImageView
ImageView(std::size_t width, std::size_t height, PixelFormat pixelFormat, PixelComponentType pixelComponentType, const void *pixels) noexceptdonut::graphics::ImageViewinline
operator bool() const noexceptdonut::graphics::ImageViewinlineexplicit