Describes a texel or image buffer view. More...
#include <kanzi/gfx/create_info.hpp>
Public Attributes | |
| BufferHandleGuard | buffer |
| The buffer that contains the texel data. | |
| Format | format |
| The pixel format of the buffer contents. | |
| uint32_t | offset |
| The offset into the buffer to bind in bytes. | |
| uint32_t | size |
| The size of the buffer in bytes. The default is the rest of the buffer. | |
Describes a texel or image buffer view.
| BufferHandleGuard kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::buffer |
The buffer that contains the texel data.
| uint32_t kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::offset |
The offset into the buffer to bind in bytes.
| uint32_t kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::size |
The size of the buffer in bytes. The default is the rest of the buffer.
| Format kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::format |
The pixel format of the buffer contents.