![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
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 | |
information about the optional depth/stencil buffers for the window
| bool cs237::Window::DepthStencilBuffer::depth |
true if depth-buffer is supported
| vk::Format cs237::Window::DepthStencilBuffer::format |
the depth/image-buffer format
| vk::Image cs237::Window::DepthStencilBuffer::image |
depth/image-buffer image
| vk::DeviceMemory cs237::Window::DepthStencilBuffer::imageMem |
device memory for depth/image-buffer
| bool cs237::Window::DepthStencilBuffer::stencil |
true if stencil-buffer is supported
| vk::ImageView cs237::Window::DepthStencilBuffer::view |
image view for depth/image-buffer