Searched defs:PhysicalDeviceShaderCoreProperties2AMD (Results 1 – 4 of 4) sorted by relevance
61805 struct PhysicalDeviceShaderCoreProperties2AMD struct61807 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;61809 static const bool allowDuplicate = false;61810 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;61813 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD(VULKAN_HPP_NAMESPACE::ShaderCoreProper… in PhysicalDeviceShaderCoreProperties2AMD() function61824 …PhysicalDeviceShaderCoreProperties2AMD(VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN… in PhysicalDeviceShaderCoreProperties2AMD() function61834 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>(&r… in operator =()61838 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()61843 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()61854 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
61711 struct PhysicalDeviceShaderCoreProperties2AMD struct61713 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;61715 static const bool allowDuplicate = false;61716 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;61719 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function61730 …PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function61740 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()61744 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()61749 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()61760 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
63662 struct PhysicalDeviceShaderCoreProperties2AMD struct63664 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;63666 static const bool allowDuplicate = false;63667 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =63671 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( in PhysicalDeviceShaderCoreProperties2AMD() function63681 …PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function63693 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()63697 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()63702 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()63716 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
25914 pub struct PhysicalDeviceShaderCoreProperties2AMD { struct25920 impl ::std::default::Default for PhysicalDeviceShaderCoreProperties2AMD { argument25930 impl PhysicalDeviceShaderCoreProperties2AMD { implementation25944 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCoreProperties2AMD {} implementation25971 pub fn build(self) -> PhysicalDeviceShaderCoreProperties2AMD { in build()