ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceMeshShaderPropertiesEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceMeshShaderPropertiesEXT:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t maxTaskWorkGroupTotalCount
 
uint32_t maxTaskWorkGroupCount [3]
 
uint32_t maxTaskWorkGroupInvocations
 
uint32_t maxTaskWorkGroupSize [3]
 
uint32_t maxTaskPayloadSize
 
uint32_t maxTaskSharedMemorySize
 
uint32_t maxTaskPayloadAndSharedMemorySize
 
uint32_t maxMeshWorkGroupTotalCount
 
uint32_t maxMeshWorkGroupCount [3]
 
uint32_t maxMeshWorkGroupInvocations
 
uint32_t maxMeshWorkGroupSize [3]
 
uint32_t maxMeshSharedMemorySize
 
uint32_t maxMeshPayloadAndSharedMemorySize
 
uint32_t maxMeshOutputMemorySize
 
uint32_t maxMeshPayloadAndOutputMemorySize
 
uint32_t maxMeshOutputComponents
 
uint32_t maxMeshOutputVertices
 
uint32_t maxMeshOutputPrimitives
 
uint32_t maxMeshOutputLayers
 
uint32_t maxMeshMultiviewViewCount
 
uint32_t meshOutputPerVertexGranularity
 
uint32_t meshOutputPerPrimitiveGranularity
 
uint32_t maxPreferredTaskWorkGroupInvocations
 
uint32_t maxPreferredMeshWorkGroupInvocations
 
VkBool32 prefersLocalInvocationVertexOutput
 
VkBool32 prefersLocalInvocationPrimitiveOutput
 
VkBool32 prefersCompactVertexOutput
 
VkBool32 prefersCompactPrimitiveOutput
 

Detailed Description

Definition at line 11352 of file vulkan.h.

Member Data Documentation

◆ maxMeshMultiviewViewCount

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshMultiviewViewCount

Definition at line 11375 of file vulkan.h.

◆ maxMeshOutputComponents

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshOutputComponents

Definition at line 11371 of file vulkan.h.

◆ maxMeshOutputLayers

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshOutputLayers

Definition at line 11374 of file vulkan.h.

◆ maxMeshOutputMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshOutputMemorySize

Definition at line 11369 of file vulkan.h.

◆ maxMeshOutputPrimitives

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshOutputPrimitives

Definition at line 11373 of file vulkan.h.

◆ maxMeshOutputVertices

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshOutputVertices

Definition at line 11372 of file vulkan.h.

◆ maxMeshPayloadAndOutputMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshPayloadAndOutputMemorySize

Definition at line 11370 of file vulkan.h.

◆ maxMeshPayloadAndSharedMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshPayloadAndSharedMemorySize

Definition at line 11368 of file vulkan.h.

◆ maxMeshSharedMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshSharedMemorySize

Definition at line 11367 of file vulkan.h.

◆ maxMeshWorkGroupCount

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshWorkGroupCount[3]

Definition at line 11364 of file vulkan.h.

◆ maxMeshWorkGroupInvocations

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshWorkGroupInvocations

Definition at line 11365 of file vulkan.h.

◆ maxMeshWorkGroupSize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshWorkGroupSize[3]

Definition at line 11366 of file vulkan.h.

◆ maxMeshWorkGroupTotalCount

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxMeshWorkGroupTotalCount

Definition at line 11363 of file vulkan.h.

◆ maxPreferredMeshWorkGroupInvocations

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxPreferredMeshWorkGroupInvocations

Definition at line 11379 of file vulkan.h.

◆ maxPreferredTaskWorkGroupInvocations

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxPreferredTaskWorkGroupInvocations

Definition at line 11378 of file vulkan.h.

◆ maxTaskPayloadAndSharedMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskPayloadAndSharedMemorySize

Definition at line 11362 of file vulkan.h.

◆ maxTaskPayloadSize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskPayloadSize

Definition at line 11360 of file vulkan.h.

◆ maxTaskSharedMemorySize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskSharedMemorySize

Definition at line 11361 of file vulkan.h.

◆ maxTaskWorkGroupCount

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskWorkGroupCount[3]

Definition at line 11357 of file vulkan.h.

◆ maxTaskWorkGroupInvocations

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskWorkGroupInvocations

Definition at line 11358 of file vulkan.h.

◆ maxTaskWorkGroupSize

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskWorkGroupSize[3]

Definition at line 11359 of file vulkan.h.

◆ maxTaskWorkGroupTotalCount

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::maxTaskWorkGroupTotalCount

Definition at line 11356 of file vulkan.h.

◆ meshOutputPerPrimitiveGranularity

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::meshOutputPerPrimitiveGranularity

Definition at line 11377 of file vulkan.h.

◆ meshOutputPerVertexGranularity

uint32_t VkPhysicalDeviceMeshShaderPropertiesEXT::meshOutputPerVertexGranularity

Definition at line 11376 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceMeshShaderPropertiesEXT::pNext

Definition at line 11355 of file vulkan.h.

◆ prefersCompactPrimitiveOutput

VkBool32 VkPhysicalDeviceMeshShaderPropertiesEXT::prefersCompactPrimitiveOutput

Definition at line 11383 of file vulkan.h.

◆ prefersCompactVertexOutput

VkBool32 VkPhysicalDeviceMeshShaderPropertiesEXT::prefersCompactVertexOutput

Definition at line 11382 of file vulkan.h.

◆ prefersLocalInvocationPrimitiveOutput

VkBool32 VkPhysicalDeviceMeshShaderPropertiesEXT::prefersLocalInvocationPrimitiveOutput

Definition at line 11381 of file vulkan.h.

◆ prefersLocalInvocationVertexOutput

VkBool32 VkPhysicalDeviceMeshShaderPropertiesEXT::prefersLocalInvocationVertexOutput

Definition at line 11380 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceMeshShaderPropertiesEXT::sType

Definition at line 11354 of file vulkan.h.


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