Home
last modified time | relevance | path

Searched defs:PhysicalDeviceShaderSubgroupRotateFeatures (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp96936 struct PhysicalDeviceShaderSubgroupRotateFeatures struct
96938 using NativeType = VkPhysicalDeviceShaderSubgroupRotateFeatures;
96940 static const bool allowDuplicate = false;
96941 …ONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderSubgroupRotateFeatures;
96944 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderSubgroupRotateFeatures( VULKAN_HPP_NAMESPACE::Bool32 shad… in PhysicalDeviceShaderSubgroupRotateFeatures() function
96955PhysicalDeviceShaderSubgroupRotateFeatures( VkPhysicalDeviceShaderSubgroupRotateFeatures const & r… in PhysicalDeviceShaderSubgroupRotateFeatures() function
96965 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderSubgroupRotateFeatures const *… in operator =()
96970 …TEXPR_14 PhysicalDeviceShaderSubgroupRotateFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
96977 … setShaderSubgroupRotate( VULKAN_HPP_NAMESPACE::Bool32 shaderSubgroupRotate_ ) VULKAN_HPP_NOEXCEPT in setShaderSubgroupRotate()
96984 …pRotateClustered( VULKAN_HPP_NAMESPACE::Bool32 shaderSubgroupRotateClustered_ ) VULKAN_HPP_NOEXCEPT in setShaderSubgroupRotateClustered()
[all …]