Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp3347 struct PhysicalDeviceFeatures struct
3349PhysicalDeviceFeatures( Bool32 robustBufferAccess_ = 0, Bool32 fullDrawIndexUint32_ = 0, Bool32 im… in PhysicalDeviceFeatures() argument
3408 PhysicalDeviceFeatures( VkPhysicalDeviceFeatures const & rhs ) in PhysicalDeviceFeatures() argument
3413 PhysicalDeviceFeatures& operator=( VkPhysicalDeviceFeatures const & rhs ) in operator =()
3419 PhysicalDeviceFeatures& setRobustBufferAccess( Bool32 robustBufferAccess_ ) in setRobustBufferAccess()
3425 PhysicalDeviceFeatures& setFullDrawIndexUint32( Bool32 fullDrawIndexUint32_ ) in setFullDrawIndexUint32()
3431 PhysicalDeviceFeatures& setImageCubeArray( Bool32 imageCubeArray_ ) in setImageCubeArray()
3437 PhysicalDeviceFeatures& setIndependentBlend( Bool32 independentBlend_ ) in setIndependentBlend()
3443 PhysicalDeviceFeatures& setGeometryShader( Bool32 geometryShader_ ) in setGeometryShader()
3449 PhysicalDeviceFeatures& setTessellationShader( Bool32 tessellationShader_ ) in setTessellationShader()
[all …]