ReactOS 0.4.17-dev-934-g091855f
VkRenderPassSampleLocationsBeginInfoEXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderPassSampleLocationsBeginInfoEXT:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t attachmentInitialSampleLocationsCount
 
const VkAttachmentSampleLocationsEXT * pAttachmentInitialSampleLocations
 
uint32_t postSubpassSampleLocationsCount
 
const VkSubpassSampleLocationsEXT * pPostSubpassSampleLocations
 

Detailed Description

Definition at line 16790 of file vulkan.h.

Member Data Documentation

◆ attachmentInitialSampleLocationsCount

uint32_t VkRenderPassSampleLocationsBeginInfoEXT::attachmentInitialSampleLocationsCount

Definition at line 16794 of file vulkan.h.

◆ pAttachmentInitialSampleLocations

const VkAttachmentSampleLocationsEXT* VkRenderPassSampleLocationsBeginInfoEXT::pAttachmentInitialSampleLocations

Definition at line 16795 of file vulkan.h.

◆ pNext

const void* VkRenderPassSampleLocationsBeginInfoEXT::pNext

Definition at line 16793 of file vulkan.h.

◆ postSubpassSampleLocationsCount

uint32_t VkRenderPassSampleLocationsBeginInfoEXT::postSubpassSampleLocationsCount

Definition at line 16796 of file vulkan.h.

◆ pPostSubpassSampleLocations

const VkSubpassSampleLocationsEXT* VkRenderPassSampleLocationsBeginInfoEXT::pPostSubpassSampleLocations

Definition at line 16797 of file vulkan.h.

◆ sType

VkStructureType VkRenderPassSampleLocationsBeginInfoEXT::sType

Definition at line 16792 of file vulkan.h.


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