Class VulkanCommandPool
java.lang.Object
com.mojang.blaze3d.vulkan.VulkanCommandPool
- All Implemented Interfaces:
Destroyable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PointerBufferprivate static final intprivate final longprivate final VulkanDeviceprivate static final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BUFFER_ALLOC_COUNT
private static final int BUFFER_ALLOC_COUNT- See Also:
-
HANDLE_BUFFER_BLOCK_SIZE
private static final int HANDLE_BUFFER_BLOCK_SIZE- See Also:
-
device
-
commandPool
private final long commandPool -
allocatedBuffers
-
-
Constructor Details
-
VulkanCommandPool
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroyin interfaceDestroyable
-
release
public void release() -
reset
public void reset() -
allocateMoreBuffers
private void allocateMoreBuffers() -
allocateBuffer
-