#include <qvk.h>
Public Attributes | |
VkImage | image |
VmaAllocation | allocation |
VmaAllocationInfo | allocInfo |
VmaAllocationCreateFlags | vmaFlags |
VkImageView | imageView |
VkSharingMode | sharingMode |
VkSampleCountFlagBits | sampleCount |
VkFormat | format |
VkDescriptorSet | descriptorSet |
uint32_t | mipLevels |
VmaAllocation qvktexture_t::allocation |
Definition at line 80 of file qvk.h.
Referenced by DestroyDrawBuffer().
VmaAllocationInfo qvktexture_t::allocInfo |
Definition at line 81 of file qvk.h.
Referenced by CreateDrawBuffers(), Draw_StretchRaw(), LM_UploadBlock(), Vk_BeginBuildingLightmaps(), and Vk_LoadPic().
VkDescriptorSet qvktexture_t::descriptorSet |
Definition at line 87 of file qvk.h.
Referenced by Draw_StretchRaw(), LM_UploadBlock(), QVk_Init(), R_DrawSkyBox(), R_DrawSpriteModel(), R_EndWorldRenderpass(), R_SetVulkan2D(), Vk_BeginBuildingLightmaps(), Vk_DrawParticles(), Vk_LoadPic(), and Vk_RenderLightmappedPoly().
VkFormat qvktexture_t::format |
Definition at line 86 of file qvk.h.
Referenced by createTextureImage(), QVk_CreateColorBuffer(), and QVk_CreateDepthBuffer().
VkImage qvktexture_t::image |
Definition at line 79 of file qvk.h.
Referenced by CreateDrawBuffers(), createTextureImage(), DestroyDrawBuffer(), Draw_StretchRaw(), LM_UploadBlock(), QVk_CreateColorBuffer(), QVk_CreateDepthBuffer(), Vk_BeginBuildingLightmaps(), Vk_ImageList_f(), Vk_LmapTextureMode(), Vk_LoadPic(), and Vk_TextureMode().
VkImageView qvktexture_t::imageView |
Definition at line 83 of file qvk.h.
Referenced by CreateDrawBuffers(), CreateFramebuffers(), DestroyDrawBuffer(), Draw_StretchRaw(), LM_UploadBlock(), QVk_CreateColorBuffer(), QVk_CreateDepthBuffer(), Vk_BeginBuildingLightmaps(), and Vk_LoadPic().
uint32_t qvktexture_t::mipLevels |
Definition at line 88 of file qvk.h.
Referenced by createTextureImage(), QVk_CreateColorBuffer(), QVk_CreateDepthBuffer(), and Vk_LoadPic().
VkSampleCountFlagBits qvktexture_t::sampleCount |
Definition at line 85 of file qvk.h.
Referenced by QVk_CreateColorBuffer(), and QVk_CreateDepthBuffer().
VkSharingMode qvktexture_t::sharingMode |
Definition at line 84 of file qvk.h.
Referenced by createTextureImage().
VmaAllocationCreateFlags qvktexture_t::vmaFlags |
Definition at line 82 of file qvk.h.
Referenced by QVk_CreateColorBuffer(), and QVk_CreateDepthBuffer().