Package org.lwjgl.vulkan
Class VkCommandBufferInheritanceInfo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkCommandBufferInheritanceInfo
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkCommandBufferInheritanceInfo extends Struct
Khronos Reference Page
Vulkan SpecificationDefines any state that will be inherited from a primary command buffer to a secondary command buffer.
Valid Usage
sTypemust beSTRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFOpNextmust beNULL- Each of
renderPassandframebufferthat are valid handles must have been created, allocated or retrieved from the sameVkDevice - If the inherited queries feature is not enabled,
occlusionQueryEnablemust beFALSE - If the inherited queries feature is enabled,
queryFlagsmust be a valid combination ofVkQueryControlFlagBitsvalues - If the pipeline statistics queries feature is not enabled,
pipelineStatisticsmust be 0
Member documentation
sType– the type of this structure. Must be:STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFOpNext– reserved for use by extensionsrenderPass– aVkRenderPassobject that must be compatible with the one that is bound when theVkCommandBufferis executed if the command buffer was allocated with theCOMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BITsetsubpass– the index of the subpass withinrenderPassthat theVkCommandBufferwill be rendering against if it was allocated with theCOMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BITsetframebuffer– refers to theVkFramebufferobject that theVkCommandBufferwill be rendering to if it was allocated with theCOMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BITset. It can beNULL_HANDLEif the framebuffer is not known.occlusionQueryEnable– indicates whether the command buffer can be executed while an occlusion query is active in the primary command bufferqueryFlags– indicates the query flags that can be used by an active occlusion query in the primary command buffer when this secondary command buffer is executed. One or more of:QUERY_CONTROL_PRECISE_BITpipelineStatistics– indicates the set of pipeline statistics that can be counted by an active query in the primary command buffer when this secondary command buffer is executed. One or more of:
Layout
struct VkCommandBufferInheritanceInfo { VkStructureType sType; const void * pNext; VkRenderPass renderPass; uint32_t subpass; VkFramebuffer framebuffer; VkBool32 occlusionQueryEnable; VkQueryControlFlags queryFlags; VkQueryPipelineStatisticFlags pipelineStatistics; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkCommandBufferInheritanceInfo.BufferAn array ofVkCommandBufferInheritanceInfostructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkCommandBufferInheritanceInfo(java.nio.ByteBuffer container)Creates aVkCommandBufferInheritanceInfoinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkCommandBufferInheritanceInfocalloc()Returns a newVkCommandBufferInheritanceInfoinstance allocated withmemCalloc.static VkCommandBufferInheritanceInfo.Buffercalloc(int capacity)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withmemCalloc.static VkCommandBufferInheritanceInfocallocStack()Returns a newVkCommandBufferInheritanceInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkCommandBufferInheritanceInfo.BuffercallocStack(int capacity)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkCommandBufferInheritanceInfo.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkCommandBufferInheritanceInfocallocStack(MemoryStack stack)Returns a newVkCommandBufferInheritanceInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkCommandBufferInheritanceInfocreate()Returns a newVkCommandBufferInheritanceInfoinstance allocated withBufferUtils.static VkCommandBufferInheritanceInfo.Buffercreate(int capacity)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withBufferUtils.static VkCommandBufferInheritanceInfocreate(long address)Returns a newVkCommandBufferInheritanceInfoinstance for the specified memory address ornullif the address isNULL.static VkCommandBufferInheritanceInfo.Buffercreate(long address, int capacity)Create aVkCommandBufferInheritanceInfo.Bufferinstance at the specified memory.longframebuffer()Returns the value of theframebufferfield.VkCommandBufferInheritanceInfoframebuffer(long value)Sets the specified value to theframebufferfield.static VkCommandBufferInheritanceInfomalloc()Returns a newVkCommandBufferInheritanceInfoinstance allocated withmemAlloc.static VkCommandBufferInheritanceInfo.Buffermalloc(int capacity)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withmemAlloc.static VkCommandBufferInheritanceInfomallocStack()Returns a newVkCommandBufferInheritanceInfoinstance allocated on the thread-localMemoryStack.static VkCommandBufferInheritanceInfo.BuffermallocStack(int capacity)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the thread-localMemoryStack.static VkCommandBufferInheritanceInfo.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the specifiedMemoryStack.static VkCommandBufferInheritanceInfomallocStack(MemoryStack stack)Returns a newVkCommandBufferInheritanceInfoinstance allocated on the specifiedMemoryStack.VkCommandBufferInheritanceInfonset(long struct)Unsafe version ofset.intocclusionQueryEnable()Returns the value of theocclusionQueryEnablefield.VkCommandBufferInheritanceInfoocclusionQueryEnable(int value)Sets the specified value to theocclusionQueryEnablefield.intpipelineStatistics()Returns the value of thepipelineStatisticsfield.VkCommandBufferInheritanceInfopipelineStatistics(int value)Sets the specified value to thepipelineStatisticsfield.longpNext()Returns the value of thepNextfield.VkCommandBufferInheritanceInfopNext(long value)Sets the specified value to thepNextfield.intqueryFlags()Returns the value of thequeryFlagsfield.VkCommandBufferInheritanceInfoqueryFlags(int value)Sets the specified value to thequeryFlagsfield.longrenderPass()Returns the value of therenderPassfield.VkCommandBufferInheritanceInforenderPass(long value)Sets the specified value to therenderPassfield.VkCommandBufferInheritanceInfoset(int sType, long pNext, long renderPass, int subpass, long framebuffer, int occlusionQueryEnable, int queryFlags, int pipelineStatistics)Initializes this struct with the specified values.VkCommandBufferInheritanceInfoset(VkCommandBufferInheritanceInfo src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intsType()Returns the value of thesTypefield.VkCommandBufferInheritanceInfosType(int value)Sets the specified value to thesTypefield.intsubpass()Returns the value of thesubpassfield.VkCommandBufferInheritanceInfosubpass(int value)Sets the specified value to thesubpassfield.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkCommandBufferInheritanceInfo
public VkCommandBufferInheritanceInfo(java.nio.ByteBuffer container)
Creates aVkCommandBufferInheritanceInfoinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
Description copied from class:StructReturns thesizeof(struct).
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
renderPass
public long renderPass()
Returns the value of therenderPassfield.
-
subpass
public int subpass()
Returns the value of thesubpassfield.
-
framebuffer
public long framebuffer()
Returns the value of theframebufferfield.
-
occlusionQueryEnable
public int occlusionQueryEnable()
Returns the value of theocclusionQueryEnablefield.
-
queryFlags
public int queryFlags()
Returns the value of thequeryFlagsfield.
-
pipelineStatistics
public int pipelineStatistics()
Returns the value of thepipelineStatisticsfield.
-
sType
public VkCommandBufferInheritanceInfo sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkCommandBufferInheritanceInfo pNext(long value)
Sets the specified value to thepNextfield.
-
renderPass
public VkCommandBufferInheritanceInfo renderPass(long value)
Sets the specified value to therenderPassfield.
-
subpass
public VkCommandBufferInheritanceInfo subpass(int value)
Sets the specified value to thesubpassfield.
-
framebuffer
public VkCommandBufferInheritanceInfo framebuffer(long value)
Sets the specified value to theframebufferfield.
-
occlusionQueryEnable
public VkCommandBufferInheritanceInfo occlusionQueryEnable(int value)
Sets the specified value to theocclusionQueryEnablefield.
-
queryFlags
public VkCommandBufferInheritanceInfo queryFlags(int value)
Sets the specified value to thequeryFlagsfield.
-
pipelineStatistics
public VkCommandBufferInheritanceInfo pipelineStatistics(int value)
Sets the specified value to thepipelineStatisticsfield.
-
set
public VkCommandBufferInheritanceInfo set(int sType, long pNext, long renderPass, int subpass, long framebuffer, int occlusionQueryEnable, int queryFlags, int pipelineStatistics)
Initializes this struct with the specified values.
-
nset
public VkCommandBufferInheritanceInfo nset(long struct)
Unsafe version ofset.
-
set
public VkCommandBufferInheritanceInfo set(VkCommandBufferInheritanceInfo src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkCommandBufferInheritanceInfo malloc()
Returns a newVkCommandBufferInheritanceInfoinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkCommandBufferInheritanceInfo calloc()
Returns a newVkCommandBufferInheritanceInfoinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkCommandBufferInheritanceInfo create()
Returns a newVkCommandBufferInheritanceInfoinstance allocated withBufferUtils.
-
create
public static VkCommandBufferInheritanceInfo create(long address)
Returns a newVkCommandBufferInheritanceInfoinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkCommandBufferInheritanceInfo.Buffer malloc(int capacity)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkCommandBufferInheritanceInfo.Buffer calloc(int capacity)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkCommandBufferInheritanceInfo.Buffer create(int capacity)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkCommandBufferInheritanceInfo.Buffer create(long address, int capacity)
Create aVkCommandBufferInheritanceInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkCommandBufferInheritanceInfo mallocStack()
Returns a newVkCommandBufferInheritanceInfoinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkCommandBufferInheritanceInfo callocStack()
Returns a newVkCommandBufferInheritanceInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkCommandBufferInheritanceInfo mallocStack(MemoryStack stack)
Returns a newVkCommandBufferInheritanceInfoinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkCommandBufferInheritanceInfo callocStack(MemoryStack stack)
Returns a newVkCommandBufferInheritanceInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkCommandBufferInheritanceInfo.Buffer mallocStack(int capacity)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkCommandBufferInheritanceInfo.Buffer callocStack(int capacity)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkCommandBufferInheritanceInfo.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkCommandBufferInheritanceInfo.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkCommandBufferInheritanceInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
-