CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237::Window::DepthStencilBuffer Struct Reference

information about the optional depth/stencil buffers for the window More...

#include <cs237-window.hpp>

Public Attributes

bool depth
 true if depth-buffer is supported
 
bool stencil
 true if stencil-buffer is supported
 
vk::Format format
 the depth/image-buffer format
 
vk::Image image
 depth/image-buffer image
 
vk::DeviceMemory imageMem
 device memory for depth/image-buffer
 
vk::ImageView view
 image view for depth/image-buffer
 

Detailed Description

information about the optional depth/stencil buffers for the window

Member Data Documentation

◆ depth

bool cs237::Window::DepthStencilBuffer::depth

true if depth-buffer is supported

◆ format

vk::Format cs237::Window::DepthStencilBuffer::format

the depth/image-buffer format

◆ image

vk::Image cs237::Window::DepthStencilBuffer::image

depth/image-buffer image

◆ imageMem

vk::DeviceMemory cs237::Window::DepthStencilBuffer::imageMem

device memory for depth/image-buffer

◆ stencil

bool cs237::Window::DepthStencilBuffer::stencil

true if stencil-buffer is supported

◆ view

vk::ImageView cs237::Window::DepthStencilBuffer::view

image view for depth/image-buffer


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