Struct vulkan_malloc::AllocatorBuilder [] [src]

pub struct AllocatorBuilder { /* fields omitted */ }

Used to construct an Allocator using the builder pattern.

Methods

impl AllocatorBuilder
[src]

Overrides the default block size for use on "large" heaps, in bytes. The default is 256MB.

Overrides the default block size for use on "small" heaps, in bytes. The default is 64MB.

Finalise and build an Allocator instance.