ReactOS 0.4.17-dev-934-g091855f
VkOpticalFlowSessionCreateInfoNV Struct Reference

#include <vulkan.h>

Collaboration diagram for VkOpticalFlowSessionCreateInfoNV:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t width
 
uint32_t height
 
VkFormat imageFormat
 
VkFormat flowVectorFormat
 
VkFormat costFormat
 
VkOpticalFlowGridSizeFlagsNV outputGridSize
 
VkOpticalFlowGridSizeFlagsNV hintGridSize
 
VkOpticalFlowPerformanceLevelNV performanceLevel
 
VkOpticalFlowSessionCreateFlagsNV flags
 

Detailed Description

Definition at line 9605 of file vulkan.h.

Member Data Documentation

◆ costFormat

VkFormat VkOpticalFlowSessionCreateInfoNV::costFormat

Definition at line 9613 of file vulkan.h.

◆ flags

VkOpticalFlowSessionCreateFlagsNV VkOpticalFlowSessionCreateInfoNV::flags

Definition at line 9617 of file vulkan.h.

◆ flowVectorFormat

VkFormat VkOpticalFlowSessionCreateInfoNV::flowVectorFormat

Definition at line 9612 of file vulkan.h.

◆ height

uint32_t VkOpticalFlowSessionCreateInfoNV::height

Definition at line 9610 of file vulkan.h.

◆ hintGridSize

VkOpticalFlowGridSizeFlagsNV VkOpticalFlowSessionCreateInfoNV::hintGridSize

Definition at line 9615 of file vulkan.h.

◆ imageFormat

VkFormat VkOpticalFlowSessionCreateInfoNV::imageFormat

Definition at line 9611 of file vulkan.h.

◆ outputGridSize

VkOpticalFlowGridSizeFlagsNV VkOpticalFlowSessionCreateInfoNV::outputGridSize

Definition at line 9614 of file vulkan.h.

◆ performanceLevel

VkOpticalFlowPerformanceLevelNV VkOpticalFlowSessionCreateInfoNV::performanceLevel

Definition at line 9616 of file vulkan.h.

◆ pNext

void* VkOpticalFlowSessionCreateInfoNV::pNext

Definition at line 9608 of file vulkan.h.

◆ sType

VkStructureType VkOpticalFlowSessionCreateInfoNV::sType

Definition at line 9607 of file vulkan.h.

◆ width

uint32_t VkOpticalFlowSessionCreateInfoNV::width

Definition at line 9609 of file vulkan.h.


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