public static class VkRayTracingPipelineCreateInfoNV.Buffer extends org.lwjgl.system.StructBuffer<VkRayTracingPipelineCreateInfoNV,VkRayTracingPipelineCreateInfoNV.Buffer> implements org.lwjgl.system.NativeResource
VkRayTracingPipelineCreateInfoNV structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkRayTracingPipelineCreateInfoNV.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
basePipelineHandle()
Returns the value of the
basePipelineHandle field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
basePipelineHandle(long value)
Sets the specified value to the
basePipelineHandle field. |
int |
basePipelineIndex()
Returns the value of the
basePipelineIndex field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
basePipelineIndex(int value)
Sets the specified value to the
basePipelineIndex field. |
int |
flags()
Returns the value of the
flags field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
flags(int value)
Sets the specified value to the
flags field. |
int |
groupCount()
Returns the value of the
groupCount field. |
long |
layout()
Returns the value of the
layout field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
layout(long value)
Sets the specified value to the
layout field. |
int |
maxRecursionDepth()
Returns the value of the
maxRecursionDepth field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
maxRecursionDepth(int value)
Sets the specified value to the
maxRecursionDepth field. |
VkRayTracingShaderGroupCreateInfoNV.Buffer |
pGroups()
Returns a
VkRayTracingShaderGroupCreateInfoNV.Buffer view of the struct array pointed to by the pGroups field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
pGroups(VkRayTracingShaderGroupCreateInfoNV.Buffer value)
Sets the address of the specified
VkRayTracingShaderGroupCreateInfoNV.Buffer to the pGroups field. |
long |
pNext()
Returns the value of the
pNext field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPipelineShaderStageCreateInfo.Buffer |
pStages()
Returns a
VkPipelineShaderStageCreateInfo.Buffer view of the struct array pointed to by the pStages field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
pStages(VkPipelineShaderStageCreateInfo.Buffer value)
Sets the address of the specified
VkPipelineShaderStageCreateInfo.Buffer to the pStages field. |
int |
stageCount()
Returns the value of the
stageCount field. |
int |
sType()
Returns the value of the
sType field. |
VkRayTracingPipelineCreateInfoNV.Buffer |
sType(int value)
Sets the specified value to the
sType field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkRayTracingPipelineCreateInfoNV.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by VkRayTracingPipelineCreateInfoNV.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int sType()
sType field.public long pNext()
pNext field.public int flags()
flags field.public int stageCount()
stageCount field.public VkPipelineShaderStageCreateInfo.Buffer pStages()
VkPipelineShaderStageCreateInfo.Buffer view of the struct array pointed to by the pStages field.public int groupCount()
groupCount field.public VkRayTracingShaderGroupCreateInfoNV.Buffer pGroups()
VkRayTracingShaderGroupCreateInfoNV.Buffer view of the struct array pointed to by the pGroups field.public int maxRecursionDepth()
maxRecursionDepth field.public long layout()
layout field.public long basePipelineHandle()
basePipelineHandle field.public int basePipelineIndex()
basePipelineIndex field.public VkRayTracingPipelineCreateInfoNV.Buffer sType(int value)
sType field.public VkRayTracingPipelineCreateInfoNV.Buffer pNext(long value)
pNext field.public VkRayTracingPipelineCreateInfoNV.Buffer flags(int value)
flags field.public VkRayTracingPipelineCreateInfoNV.Buffer pStages(VkPipelineShaderStageCreateInfo.Buffer value)
VkPipelineShaderStageCreateInfo.Buffer to the pStages field.public VkRayTracingPipelineCreateInfoNV.Buffer pGroups(VkRayTracingShaderGroupCreateInfoNV.Buffer value)
VkRayTracingShaderGroupCreateInfoNV.Buffer to the pGroups field.public VkRayTracingPipelineCreateInfoNV.Buffer maxRecursionDepth(int value)
maxRecursionDepth field.public VkRayTracingPipelineCreateInfoNV.Buffer layout(long value)
layout field.public VkRayTracingPipelineCreateInfoNV.Buffer basePipelineHandle(long value)
basePipelineHandle field.public VkRayTracingPipelineCreateInfoNV.Buffer basePipelineIndex(int value)
basePipelineIndex field.Copyright LWJGL. All Rights Reserved. License terms.