#include <qvk.h>
Public Attributes | |
| VkPipelineLayout | layout |
| VkPipeline | pl |
| VkPipelineCreateFlags | flags |
| VkPolygonMode | mode |
| VkCullModeFlags | cullMode |
| VkPrimitiveTopology | topology |
| VkPipelineColorBlendAttachmentState | blendOpts |
| VkBool32 | depthTestEnable |
| VkBool32 | depthWriteEnable |
| VkPipelineColorBlendAttachmentState qvkpipeline_t::blendOpts |
Definition at line 160 of file qvk.h.
Referenced by CreatePipelines(), and QVk_CreatePipeline().
| VkCullModeFlags qvkpipeline_t::cullMode |
Definition at line 158 of file qvk.h.
Referenced by CreatePipelines(), and QVk_CreatePipeline().
| VkBool32 qvkpipeline_t::depthTestEnable |
Definition at line 161 of file qvk.h.
Referenced by CreatePipelines(), and QVk_CreatePipeline().
| VkBool32 qvkpipeline_t::depthWriteEnable |
Definition at line 162 of file qvk.h.
Referenced by CreatePipelines(), and QVk_CreatePipeline().
| VkPipelineCreateFlags qvkpipeline_t::flags |
Definition at line 156 of file qvk.h.
Referenced by QVk_CreatePipeline().
| VkPipelineLayout qvkpipeline_t::layout |
Definition at line 154 of file qvk.h.
Referenced by CreatePipelines(), DrawVkFlowingPoly(), DrawVkPoly(), EmitWaterPolys(), QVk_CreatePipeline(), QVk_DestroyPipeline(), QVk_DrawTexRect(), R_DrawAliasModel(), R_DrawBeam(), R_DrawNullModel(), R_DrawParticles(), R_DrawSkyBox(), R_DrawSpriteModel(), R_DrawTriangleOutlines(), R_EndWorldRenderpass(), R_RenderDlight(), R_SetupVulkan(), R_SetVulkan2D(), Vk_DrawParticles(), and Vk_RenderLightmappedPoly().
| VkPolygonMode qvkpipeline_t::mode |
Definition at line 157 of file qvk.h.
Referenced by QVk_CreatePipeline().
| VkPipeline qvkpipeline_t::pl |
Definition at line 155 of file qvk.h.
Referenced by CreatePipelines(), QVk_BindPipeline(), QVk_CreatePipeline(), and QVk_DestroyPipeline().
| VkPrimitiveTopology qvkpipeline_t::topology |
Definition at line 159 of file qvk.h.
Referenced by CreatePipelines(), and QVk_CreatePipeline().