Kanzi 4.0.0-beta2
kanzi::gfx::ResourceSetCreateInfo::TexelBufferView Struct Reference

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.
 

Detailed Description

Describes a texel or image buffer view.

Member Data Documentation

◆ buffer

BufferHandleGuard kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::buffer

The buffer that contains the texel data.

◆ offset

uint32_t kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::offset

The offset into the buffer to bind in bytes.

◆ size

uint32_t kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::size

The size of the buffer in bytes. The default is the rest of the buffer.

◆ format

Format kanzi::gfx::ResourceSetCreateInfo::TexelBufferView::format

The pixel format of the buffer contents.


The documentation for this struct was generated from the following file: