Searched defs:PhysicalDevice8BitStorageFeatures (Results 1 – 4 of 4) sorted by relevance
54922 struct PhysicalDevice8BitStorageFeatures struct54924 using NativeType = VkPhysicalDevice8BitStorageFeatures;54926 static const bool allowDuplicate = false;54927 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;54930 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function54943 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function54953 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()54958 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()54965 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()54972 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()[all …]
56326 struct PhysicalDevice8BitStorageFeatures struct56328 using NativeType = VkPhysicalDevice8BitStorageFeatures;56330 static const bool allowDuplicate = false;56331 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;56334 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function56347 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function56357 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()56362 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()56369 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()56376 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()[all …]
56324 struct PhysicalDevice8BitStorageFeatures struct56326 using NativeType = VkPhysicalDevice8BitStorageFeatures;56328 static const bool allowDuplicate = false;56329 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;56332 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function56345 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function56355 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()56360 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()56367 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()56374 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()[all …]
32103 pub struct PhysicalDevice8BitStorageFeatures { struct32110 impl ::std::default::Default for PhysicalDevice8BitStorageFeatures { argument32122 unsafe impl TaggedStructure for PhysicalDevice8BitStorageFeatures { implementation32125 impl PhysicalDevice8BitStorageFeatures { impl32139 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice8BitStorageFeatures {} implementation32141 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevice8BitStorageFeatures {} implementation32176 pub fn build(self) -> PhysicalDevice8BitStorageFeatures { in build()