SimpleGL  1.1.0
A framework for platform independent rendering
Public Attributes | List of all members
sgl::DepthStencilBuffer Struct Reference

This struct stores the data of a depth stencil buffer. More...

#include <framebuffer.hpp>

Public Attributes

VkImage image
 Stores the depth stencil image. More...
 
VkDeviceMemory memory
 Stores the depth stencil device memory. More...
 
VkImageView imageView
 Stores the depth stencil image view. More...
 
VkFormat format
 Stores the depth stencil format. More...
 

Detailed Description

This struct stores the data of a depth stencil buffer.

Definition at line 24 of file framebuffer.hpp.

Member Data Documentation

VkFormat sgl::DepthStencilBuffer::format

Stores the depth stencil format.

Definition at line 36 of file framebuffer.hpp.

VkImage sgl::DepthStencilBuffer::image

Stores the depth stencil image.

Definition at line 27 of file framebuffer.hpp.

VkImageView sgl::DepthStencilBuffer::imageView

Stores the depth stencil image view.

Definition at line 33 of file framebuffer.hpp.

VkDeviceMemory sgl::DepthStencilBuffer::memory

Stores the depth stencil device memory.

Definition at line 30 of file framebuffer.hpp.


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