Hymn to Beauty
C++ 3D Engine
Video::VulkanShaderProgram::StorageBufferInfo Struct Reference

Informationa bout a storage buffer used in the shader program. More...

#include <VulkanShaderProgram.hpp>

Public Attributes

VkPipelineStageFlags pipelineStages
 Which pipeline stages the buffer is used in. More...
 
bool readWrite
 Whether the buffer is written to. More...
 

Detailed Description

Informationa bout a storage buffer used in the shader program.

Member Data Documentation

◆ pipelineStages

VkPipelineStageFlags Video::VulkanShaderProgram::StorageBufferInfo::pipelineStages

Which pipeline stages the buffer is used in.

◆ readWrite

bool Video::VulkanShaderProgram::StorageBufferInfo::readWrite

Whether the buffer is written to.


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