Searched defs:DescriptorSetAllocateInfo (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp6377 struct DescriptorSetAllocateInfo struct in class:vk::vk::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
6379 DescriptorSetAllocateInfo( DescriptorPool descriptorPool_ = DescriptorPool(), uint32_t descriptorSetCount_ = 0, const DescriptorSetLayout* pSetLayouts_ = nullptr ) function in struct:vk::vk::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::DescriptorSetAllocateInfo
6388 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) function in struct:vk::vk::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::DescriptorSetAllocateInfo
6390 memcpy( this, &rhs, sizeof(DescriptorSetAllocateInfo) );
6393 DescriptorSetAllocateInfo& operator=( VkDescriptorSetAllocateInfo const & rhs )
6395 memcpy( this, &rhs, sizeof(DescriptorSetAllocateInfo) );
6399 DescriptorSetAllocateInfo& setSType( StructureType sType_ )
6405 DescriptorSetAllocateInfo& setPNext( const void* pNext_ )
6411 DescriptorSetAllocateInfo& setDescriptorPool( DescriptorPool descriptorPool_ )
6417 DescriptorSetAllocateInfo
[all...]

Completed in 913 milliseconds