Searched defs:PhysicalDeviceFeatures2KHR (Results 1 - 1 of 1) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ | ||
H A D | vulkan.hpp | 10468 struct PhysicalDeviceFeatures2KHR struct in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType 10470 PhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures features_ = PhysicalDeviceFeatures() ) function in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::PhysicalDeviceFeatures2KHR 10475 PhysicalDeviceFeatures2KHR( VkPhysicalDeviceFeatures2KHR const & rhs ) function in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::PhysicalDeviceFeatures2KHR 10477 memcpy( this, &rhs, sizeof( PhysicalDeviceFeatures2KHR ) ); 10480 PhysicalDeviceFeatures2KHR& operator=( VkPhysicalDeviceFeatures2KHR const & rhs ) 10482 memcpy( this, &rhs, sizeof( PhysicalDeviceFeatures2KHR ) ); 10485 PhysicalDeviceFeatures2KHR& setPNext( void* pNext_ ) 10491 PhysicalDeviceFeatures2KHR& setFeatures( PhysicalDeviceFeatures features_ ) 10502 bool operator==( PhysicalDeviceFeatures2KHR const& rhs ) const 10509 bool operator!=( PhysicalDeviceFeatures2KHR cons [all...] |
Completed in 238 milliseconds