Public Attributes | |
VkImage | TargetTexture |
VkDeviceMemory | AllocatedMemory |
VkImageView | DepthView |
VkSampler | DepthSampler |
VkFramebuffer | FrameBuffer |
uint32_t | Width |
uint32_t | Height |
VkFormat | DepthFormat |
Definition at line 645 of file precomputed_sky.c.
VkDeviceMemory Shadowmap::AllocatedMemory |
Definition at line 648 of file precomputed_sky.c.
Referenced by CreateShadowMap(), and ReleaseShadowmap().
VkFormat Shadowmap::DepthFormat |
Definition at line 654 of file precomputed_sky.c.
Referenced by CreateShadowMap().
VkSampler Shadowmap::DepthSampler |
Definition at line 650 of file precomputed_sky.c.
Referenced by CreateShadowMap(), and ReleaseShadowmap().
VkImageView Shadowmap::DepthView |
Definition at line 649 of file precomputed_sky.c.
Referenced by CreateShadowMap(), and ReleaseShadowmap().
VkFramebuffer Shadowmap::FrameBuffer |
Definition at line 651 of file precomputed_sky.c.
Referenced by CreateShadowMap(), RecordCommandBufferShadowmap(), and ReleaseShadowmap().
uint32_t Shadowmap::Height |
Definition at line 653 of file precomputed_sky.c.
Referenced by CreateShadowMap(), and RecordCommandBufferShadowmap().
VkImage Shadowmap::TargetTexture |
Definition at line 647 of file precomputed_sky.c.
Referenced by CreateShadowMap(), FillVertexAndIndexBuffers(), RecordCommandBufferShadowmap(), and ReleaseShadowmap().
uint32_t Shadowmap::Width |
Definition at line 652 of file precomputed_sky.c.
Referenced by CreateShadowMap(), and RecordCommandBufferShadowmap().