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

#include <vkTexture.h>

+ Inheritance diagram for Divide::AllocatedImage:

Public Member Functions

 ~AllocatedImage ()
 

Public Attributes

VkImage _image { VK_NULL_HANDLE }
 
VmaAllocation _allocation { VK_NULL_HANDLE }
 
VmaAllocationInfo _allocInfo {}
 

Additional Inherited Members

- Private Member Functions inherited from Divide::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 
 NonCopyable (NonCopyable &&)=default
 
NonCopyableoperator= (NonCopyable &&)=default
 
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 

Detailed Description

Definition at line 41 of file vkTexture.h.

Constructor & Destructor Documentation

◆ ~AllocatedImage()

Divide::AllocatedImage::~AllocatedImage ( )

Definition at line 149 of file vkTexture.cpp.

Member Data Documentation

◆ _allocation

VmaAllocation Divide::AllocatedImage::_allocation { VK_NULL_HANDLE }

Definition at line 46 of file vkTexture.h.

◆ _allocInfo

VmaAllocationInfo Divide::AllocatedImage::_allocInfo {}

Definition at line 47 of file vkTexture.h.

◆ _image

VkImage Divide::AllocatedImage::_image { VK_NULL_HANDLE }

Definition at line 45 of file vkTexture.h.


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