Class VkPhysicalDeviceDescriptorHeapTensorPropertiesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDescriptorHeapTensorPropertiesARM extends Struct<VkPhysicalDeviceDescriptorHeapTensorPropertiesARM> implements NativeResource
struct VkPhysicalDeviceDescriptorHeapTensorPropertiesARM {
    VkStructureType sType;
    void * pNext;
    VkDeviceSize tensorDescriptorSize;
    VkDeviceSize tensorDescriptorAlignment;
    size_t tensorCaptureReplayOpaqueDataSize;
}