Class VkIndirectCommandsStreamNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectCommandsStreamNV extends Struct<VkIndirectCommandsStreamNV> implements NativeResource
struct VkIndirectCommandsStreamNV {
    VkBuffer buffer;
    VkDeviceSize offset;
}