|
bool | Initialize (const Resource::RenderTargetHandle &handle, const VkDevice &device, const VkPhysicalDevice &gpu, const VKSwapChain *swapchain) |
|
bool | Blit (VkCommandBuffer commandBuffer, const Image_vk &image) |
|
const VkFormat & | GetVKColorFormat () const |
|
const Texture_vk & | GetVKTexture () const |
|
const uint32_t & | GetWidth () const |
|
const uint32_t & | GetHeight () const |
|
const VkClearValue * | GetClearColor () const |
|
Resource::RenderTarget::BlendOp | GetColorBlendOp () const |
| Get the blend op to be used on the color channels of this render target. More...
|
|
Resource::RenderTarget::BlendOp | GetAlphaBlendOp () const |
| Get the blend op to be used on the alpha channel of this render target. More...
|
|
|
bool | setupTargetTexture () |
|
|
VkDevice | m_device |
|
VkPhysicalDevice | m_gpu |
|
VkClearValue * | m_clearColor |
|
VkFormat | m_colorFormat |
|
Texture_vk | m_texture |
|
uint32_t | m_width |
|
uint32_t | m_height |
|
Resource::RenderTarget::BlendOp | m_colorBlendOp |
|
Resource::RenderTarget::BlendOp | m_alphaBlendOp |
|
The documentation for this class was generated from the following files: