![]() |
XII Release 0.1.0
|
This describes the viewport. More...
#include <CommandList.h>
Public Member Functions | |
XII_ALWAYS_INLINE | xiiGALBeginRenderPassDescription (xiiSharedPtr< xiiGALRenderPass > pRenderPass, xiiSharedPtr< xiiGALFramebuffer > pFramebuffer) |
XII_ALWAYS_INLINE | xiiGALBeginRenderPassDescription (xiiSharedPtr< xiiGALRenderPass > pRenderPass, xiiSharedPtr< xiiGALFramebuffer > pFramebuffer, xiiArrayPtr< const xiiGALOptimizedClearValue > pClearValues) |
![]() | |
xiiHashableStruct (const xiiHashableStruct< xiiGALBeginRenderPassDescription > &other) | |
void | operator= (const xiiHashableStruct< xiiGALBeginRenderPassDescription > &other) |
XII_ALWAYS_INLINE constexpr bool | operator== (const xiiHashableStruct< xiiGALBeginRenderPassDescription > &rhs) const=default |
xiiUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
Public Attributes | |
xiiSharedPtr< xiiGALRenderPass > | m_pRenderPass |
xiiSharedPtr< xiiGALFramebuffer > | m_pFramebuffer |
xiiStaticArray< xiiGALOptimizedClearValue, 4U > | m_ClearValues |
This describes the viewport.