Searched defs:PhysicalDevice8BitStorageFeatures (Results 1 – 4 of 4) sorted by relevance
50946 struct PhysicalDevice8BitStorageFeatures struct50948 using NativeType = VkPhysicalDevice8BitStorageFeatures;50950 static const bool allowDuplicate = false;50951 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;50954 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function50967 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function50977 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()50982 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()50989 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()50996 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()[all …]
47927 struct PhysicalDevice8BitStorageFeatures struct47936 VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures(VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8B… in PhysicalDevice8BitStorageFeatures() function47942 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function47952 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()47957 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()47963 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()47969 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()47975 …& setStoragePushConstant8( VULKAN_HPP_NAMESPACE::Bool32 storagePushConstant8_ ) VULKAN_HPP_NOEXCEPT in setStoragePushConstant8()47983 operator VkPhysicalDevice8BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures const&()47988 operator VkPhysicalDevice8BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures&()[all …]
52791 struct PhysicalDevice8BitStorageFeatures struct52793 using NativeType = VkPhysicalDevice8BitStorageFeatures;52795 static const bool allowDuplicate = false;52796 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;52799 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function52812 …PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function52822 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()52827 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()52834 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()52841 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()[all …]
28517 pub struct PhysicalDevice8BitStorageFeatures { struct28524 impl ::std::default::Default for PhysicalDevice8BitStorageFeatures { implementation28535 impl PhysicalDevice8BitStorageFeatures { implementation28549 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice8BitStorageFeatures {} implementation28551 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevice8BitStorageFeatures {} implementation28583 pub fn build(self) -> PhysicalDevice8BitStorageFeatures { in build()