Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
vke::PoolSizes Struct Reference

#include <descriptor_allocator.h>

Public Attributes

Divide::vector< PoolSizesizes
 

Detailed Description

Definition at line 39 of file descriptor_allocator.h.

Member Data Documentation

◆ sizes

Divide::vector<PoolSize> vke::PoolSizes::sizes
Initial value:
=
{
{ VK_DESCRIPTOR_TYPE_SAMPLER, 1.f },
{ VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 4.f },
{ VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, 4.f },
{ VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, 1.f },
{ VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, 1.f },
{ VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, 1.f },
{ VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1.f },
{ VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1.f },
{ VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, 2.f },
{ VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC, 2.f },
{ VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, 1.f }
}

Definition at line 41 of file descriptor_allocator.h.


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