Foundation
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
Foundation::RHI::RHIBufferDesc Struct Reference

#include <Resource.hpp>

Static Public Member Functions

static RHIBufferDesc CreateStagingDesc (size_t size)
 

Public Attributes

RHIResourceDesc resource {}
 
RHIBufferUsage usage {}
 How the buffer can be used by the device, initially.
 
size_t size {}
 

Member Function Documentation

◆ CreateStagingDesc()

static RHIBufferDesc Foundation::RHI::RHIBufferDesc::CreateStagingDesc ( size_t  size)
inlinestatic

Member Data Documentation

◆ resource

RHIResourceDesc Foundation::RHI::RHIBufferDesc::resource {}

◆ size

size_t Foundation::RHI::RHIBufferDesc::size {}

◆ usage

RHIBufferUsage Foundation::RHI::RHIBufferDesc::usage {}

How the buffer can be used by the device, initially.


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