ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceOpticalFlowPropertiesNV Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceOpticalFlowPropertiesNV:

Public Attributes

VkStructureType sType
 
void * pNext
 
VkOpticalFlowGridSizeFlagsNV supportedOutputGridSizes
 
VkOpticalFlowGridSizeFlagsNV supportedHintGridSizes
 
VkBool32 hintSupported
 
VkBool32 costSupported
 
VkBool32 bidirectionalFlowSupported
 
VkBool32 globalFlowSupported
 
uint32_t minWidth
 
uint32_t minHeight
 
uint32_t maxWidth
 
uint32_t maxHeight
 
uint32_t maxNumRegionsOfInterest
 

Detailed Description

Definition at line 11514 of file vulkan.h.

Member Data Documentation

◆ bidirectionalFlowSupported

VkBool32 VkPhysicalDeviceOpticalFlowPropertiesNV::bidirectionalFlowSupported

Definition at line 11522 of file vulkan.h.

◆ costSupported

VkBool32 VkPhysicalDeviceOpticalFlowPropertiesNV::costSupported

Definition at line 11521 of file vulkan.h.

◆ globalFlowSupported

VkBool32 VkPhysicalDeviceOpticalFlowPropertiesNV::globalFlowSupported

Definition at line 11523 of file vulkan.h.

◆ hintSupported

VkBool32 VkPhysicalDeviceOpticalFlowPropertiesNV::hintSupported

Definition at line 11520 of file vulkan.h.

◆ maxHeight

uint32_t VkPhysicalDeviceOpticalFlowPropertiesNV::maxHeight

Definition at line 11527 of file vulkan.h.

◆ maxNumRegionsOfInterest

uint32_t VkPhysicalDeviceOpticalFlowPropertiesNV::maxNumRegionsOfInterest

Definition at line 11528 of file vulkan.h.

◆ maxWidth

uint32_t VkPhysicalDeviceOpticalFlowPropertiesNV::maxWidth

Definition at line 11526 of file vulkan.h.

◆ minHeight

uint32_t VkPhysicalDeviceOpticalFlowPropertiesNV::minHeight

Definition at line 11525 of file vulkan.h.

◆ minWidth

uint32_t VkPhysicalDeviceOpticalFlowPropertiesNV::minWidth

Definition at line 11524 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceOpticalFlowPropertiesNV::pNext

Definition at line 11517 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceOpticalFlowPropertiesNV::sType

Definition at line 11516 of file vulkan.h.

◆ supportedHintGridSizes

VkOpticalFlowGridSizeFlagsNV VkPhysicalDeviceOpticalFlowPropertiesNV::supportedHintGridSizes

Definition at line 11519 of file vulkan.h.

◆ supportedOutputGridSizes

VkOpticalFlowGridSizeFlagsNV VkPhysicalDeviceOpticalFlowPropertiesNV::supportedOutputGridSizes

Definition at line 11518 of file vulkan.h.


The documentation for this struct was generated from the following file: