Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIGetMinimumAlignmentForBufferBackedSRV()
- FVulkanDynamicRHI::RHIGetMinimumAlignmentForBufferBackedSRV()
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
| Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp |
virtual uint64 RHIGetMinimumAlignmentForBufferBackedSRV
&40;
EPixelFormat Format
&41;
Remarks
Gets the minimum alignment (in bytes) required for creating a shader resource view on a buffer-backed resource.
Parameters
| Name | Description |
|---|---|
| Format | EPixelFormat texture format of the SRV. |