Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
foray::core::SwapchainImageInfo Struct Reference

Collects information for a swapchain image. More...

#include <foray_swapchainimageinfo.hpp>

Public Member Functions

 operator VkImage () const
 
 operator VkImageView () const
 

Public Attributes

std::string Name = ""
 Debug name given.
 
VkImage Image = nullptr
 VkImage.
 
VkImageView ImageView = nullptr
 VkImageView.
 

Detailed Description

Collects information for a swapchain image.

Member Function Documentation

◆ operator VkImage()

foray::core::SwapchainImageInfo::operator VkImage ( ) const
inline

◆ operator VkImageView()

foray::core::SwapchainImageInfo::operator VkImageView ( ) const
inline

Member Data Documentation

◆ Image

VkImage foray::core::SwapchainImageInfo::Image = nullptr

VkImage.

◆ ImageView

VkImageView foray::core::SwapchainImageInfo::ImageView = nullptr

VkImageView.

◆ Name

std::string foray::core::SwapchainImageInfo::Name = ""

Debug name given.


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