|
DirectZ
|
#include <Framebuffer.hpp>
Public Attributes | |
| Image ** | pImages = 0 |
| int | imagesCount = 0 |
| AttachmentType * | pAttachmentTypes = 0 |
| int | attachmentTypesCount = 0 |
| BlendState | blendState = BlendState::MainFramebuffer |
| bool | own_images = false |
| int dz::FramebufferInfo::attachmentTypesCount = 0 |
| BlendState dz::FramebufferInfo::blendState = BlendState::MainFramebuffer |
| int dz::FramebufferInfo::imagesCount = 0 |
| bool dz::FramebufferInfo::own_images = false |
| AttachmentType* dz::FramebufferInfo::pAttachmentTypes = 0 |
| Image** dz::FramebufferInfo::pImages = 0 |