shengine pre-release
shengine by mrsinho
|
Structure representing properties related to host memory. More...
#include <shEnvironment.h>
Data Fields | |
uint32_t | buffer_count |
uint32_t | buffers_size [SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
uint32_t | buffers_stride [SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
uint32_t | buffers_offset [SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
void * | p_buffers_memory [SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
Structure representing properties related to host memory.
The ShHostMemoryProperties structure represents properties related to host memory in the shengine
framework, including buffer count, buffer sizes, buffer strides, buffer offsets, and pointers to buffer memory.
uint32_t ShHostMemoryProperties::buffer_count |
Buffer count.
uint32_t ShHostMemoryProperties::buffers_offset[SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
Buffer offsets.
uint32_t ShHostMemoryProperties::buffers_size[SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
Buffer sizes.
uint32_t ShHostMemoryProperties::buffers_stride[SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
Buffer strides.
void* ShHostMemoryProperties::p_buffers_memory[SH_ENVIRONMENT_MAX_HOST_BUFFER_COUNT] |
Pointers to buffer memory.