Skip to content

KDGpu::DynamicUniformBufferBinding

#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-08-28 at 00:05:03 +0000