Cogs.Core
Public Attributes | List of all members
Cogs::PoolBufferVK Struct Reference

Public Attributes

PoolBufferVKnext
 
uint8_t * mappedRegion
 
VkBuffer buffer
 
size_t offset
 
size_t size
 
struct BufferPoolVKpool
 

Detailed Description

Definition at line 13 of file BuffersVK.h.

Member Data Documentation

◆ buffer

VkBuffer Cogs::PoolBufferVK::buffer

Definition at line 17 of file BuffersVK.h.

◆ mappedRegion

uint8_t* Cogs::PoolBufferVK::mappedRegion

Definition at line 16 of file BuffersVK.h.

◆ next

PoolBufferVK* Cogs::PoolBufferVK::next

Definition at line 15 of file BuffersVK.h.

◆ offset

size_t Cogs::PoolBufferVK::offset

Definition at line 18 of file BuffersVK.h.

◆ pool

struct BufferPoolVK* Cogs::PoolBufferVK::pool

Definition at line 20 of file BuffersVK.h.

◆ size

size_t Cogs::PoolBufferVK::size

Definition at line 19 of file BuffersVK.h.


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