|
Foundation
|
Go to the source code of this file.
Classes | |
| class | Foundation::RHI::VulkanPipelineStateCache |
| struct | Foundation::RHI::VulkanPipelineRayTracingSBT |
| class | Foundation::RHI::VulkanPipelineState |
Namespaces | |
| namespace | Foundation |
| namespace | Foundation::RHI |
| Low-level Rendering Hardware Interface (RHI) abstractions. | |
Functions | |
| vk::PrimitiveTopology | Foundation::RHI::GetVulkanPrimitiveTopologyFromDesc (RHIPipelineState::PipelineStateDesc::Topology topology) |
| vk::PolygonMode | Foundation::RHI::GetVulkanPolygonModeFromDesc (RHIPipelineState::PipelineStateDesc::Rasterizer::FillMode mode) |
| vk::CullModeFlags | Foundation::RHI::GetVulkanCullModeFromDesc (RHIPipelineState::PipelineStateDesc::Rasterizer::CullMode mode) |
| vk::FrontFace | Foundation::RHI::GetVulkanFrontFaceFromDesc (RHIPipelineState::PipelineStateDesc::Rasterizer::FrontFace face) |
| vk::BlendFactor | Foundation::RHI::GetVulkanBlendFactorFromDesc (RHIPipelineState::PipelineStateDesc::Attachment::Blending::BlendFactor factor) |
| vk::BlendOp | Foundation::RHI::GetVulkanBlendOpFromDesc (RHIPipelineState::PipelineStateDesc::Attachment::Blending::BlendOp op) |