Skip to content

KDGpu::StorageBufferBinding

#include <bind_group_description.h>

Public Attributes

Name
uint32_t WholeSize
Handle< Buffer_t > buffer
uint32_t offset
uint32_t size

Public Attributes Documentation

variable WholeSize

1
static uint32_t WholeSize = 0xffffffff;

variable buffer

1
Handle< Buffer_t > buffer {};

variable offset

1
uint32_t offset { 0 };

variable size

1
uint32_t size { WholeSize };

Updated on 2024-09-10 at 00:01:36 +0000