Package icyllis.arc3d.vulkan
Class VulkanAllocation
java.lang.Object
icyllis.arc3d.vulkan.VulkanAllocation
Holds Vulkan memory allocation information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Memory flags.static final int
Memory flags.static final int
Memory flags.long
long
long
int
long
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
kHostVisible_Flag
public static final int kHostVisible_FlagMemory flags.- See Also:
-
kHostCoherent_Flag
public static final int kHostCoherent_FlagMemory flags.- See Also:
-
kLazilyAllocated_Flag
public static final int kLazilyAllocated_FlagMemory flags.- See Also:
-
mMemory
public long mMemory -
mOffset
public long mOffset -
mSize
public long mSize -
mMappedPointer
public long mMappedPointer -
mMemoryFlags
public int mMemoryFlags -
mAllocation
public long mAllocation
-
-
Constructor Details
-
VulkanAllocation
public VulkanAllocation()
-
-
Method Details