Searched defs:PhysicalDeviceShaderCoreProperties2AMD (Results 1 – 4 of 4) sorted by relevance
71416 struct PhysicalDeviceShaderCoreProperties2AMD struct71418 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;71420 static const bool allowDuplicate = false;71421 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;71424 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function71435 …PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function71445 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()71449 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()71454 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()71465 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
66697 struct PhysicalDeviceShaderCoreProperties2AMD struct66706 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD(VULKAN_HPP_NAMESPACE::ShaderCorePropert… in PhysicalDeviceShaderCoreProperties2AMD() function66712 …PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function66722 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()66727 operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()66732 operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()66743 reflect() const VULKAN_HPP_NOEXCEPT in reflect()66753 bool operator==( PhysicalDeviceShaderCoreProperties2AMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()66765 bool operator!=( PhysicalDeviceShaderCoreProperties2AMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()66772 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;[all …]
75087 struct PhysicalDeviceShaderCoreProperties2AMD struct75089 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;75091 static const bool allowDuplicate = false;75092 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;75095 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function75106 …PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function75116 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()75120 operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()75125 operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()75136 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()