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

Public Attributes

PoolBuffernext
 
uint8_t * mappedRegion
 
D3D12_GPU_VIRTUAL_ADDRESS mappedGpuRegion
 
size_t offset
 
struct BufferPoolpool
 
ID3D12Resource * resource
 

Detailed Description

Definition at line 13 of file BuffersD3D12.h.

Member Data Documentation

◆ mappedGpuRegion

D3D12_GPU_VIRTUAL_ADDRESS Cogs::PoolBuffer::mappedGpuRegion

Definition at line 17 of file BuffersD3D12.h.

◆ mappedRegion

uint8_t* Cogs::PoolBuffer::mappedRegion

Definition at line 16 of file BuffersD3D12.h.

◆ next

PoolBuffer* Cogs::PoolBuffer::next

Definition at line 15 of file BuffersD3D12.h.

◆ offset

size_t Cogs::PoolBuffer::offset

Definition at line 18 of file BuffersD3D12.h.

◆ pool

struct BufferPool* Cogs::PoolBuffer::pool

Definition at line 19 of file BuffersD3D12.h.

◆ resource

ID3D12Resource* Cogs::PoolBuffer::resource

Definition at line 20 of file BuffersD3D12.h.


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