|
Hymn to Beauty
C++ 3D Engine
|
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... | |
Informationa bout a storage buffer used in the shader program.
| VkPipelineStageFlags Video::VulkanShaderProgram::StorageBufferInfo::pipelineStages |
Which pipeline stages the buffer is used in.
| bool Video::VulkanShaderProgram::StorageBufferInfo::readWrite |
Whether the buffer is written to.