Searched defs:PhysicalDeviceASTCDecodeFeaturesEXT (Results 1 – 4 of 4) sorted by relevance
55046 struct PhysicalDeviceASTCDecodeFeaturesEXT struct55048 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;55054 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function55063 …PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function55073 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()55078 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()55085 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()55092 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()55097 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()55108 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
56451 struct PhysicalDeviceASTCDecodeFeaturesEXT struct56453 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;56459 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function56468 …PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function56478 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()56483 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()56490 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()56497 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()56502 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()56513 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
56449 struct PhysicalDeviceASTCDecodeFeaturesEXT struct56451 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;56457 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function56466 …PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function56476 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()56481 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()56488 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()56495 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()56500 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()56511 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
33203 pub struct PhysicalDeviceASTCDecodeFeaturesEXT { struct33208 impl ::std::default::Default for PhysicalDeviceASTCDecodeFeaturesEXT { argument33218 unsafe impl TaggedStructure for PhysicalDeviceASTCDecodeFeaturesEXT { implementation33221 impl PhysicalDeviceASTCDecodeFeaturesEXT { implementation33235 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation33237 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation33258 pub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT { in build()