public static class VkPhysicalDeviceMeshShaderPropertiesNV.Buffer extends org.lwjgl.system.StructBuffer<VkPhysicalDeviceMeshShaderPropertiesNV,VkPhysicalDeviceMeshShaderPropertiesNV.Buffer> implements org.lwjgl.system.NativeResource
VkPhysicalDeviceMeshShaderPropertiesNV structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkPhysicalDeviceMeshShaderPropertiesNV.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
maxDrawMeshTasksCount()
Returns the value of the
maxDrawMeshTasksCount field. |
int |
maxMeshMultiviewViewCount()
Returns the value of the
maxMeshMultiviewViewCount field. |
int |
maxMeshOutputPrimitives()
Returns the value of the
maxMeshOutputPrimitives field. |
int |
maxMeshOutputVertices()
Returns the value of the
maxMeshOutputVertices field. |
int |
maxMeshTotalMemorySize()
Returns the value of the
maxMeshTotalMemorySize field. |
int |
maxMeshWorkGroupInvocations()
Returns the value of the
maxMeshWorkGroupInvocations field. |
java.nio.IntBuffer |
maxMeshWorkGroupSize()
Returns a
IntBuffer view of the maxMeshWorkGroupSize field. |
int |
maxMeshWorkGroupSize(int index)
Returns the value at the specified index of the
maxMeshWorkGroupSize field. |
int |
maxTaskOutputCount()
Returns the value of the
maxTaskOutputCount field. |
int |
maxTaskTotalMemorySize()
Returns the value of the
maxTaskTotalMemorySize field. |
int |
maxTaskWorkGroupInvocations()
Returns the value of the
maxTaskWorkGroupInvocations field. |
java.nio.IntBuffer |
maxTaskWorkGroupSize()
Returns a
IntBuffer view of the maxTaskWorkGroupSize field. |
int |
maxTaskWorkGroupSize(int index)
Returns the value at the specified index of the
maxTaskWorkGroupSize field. |
int |
meshOutputPerPrimitiveGranularity()
Returns the value of the
meshOutputPerPrimitiveGranularity field. |
int |
meshOutputPerVertexGranularity()
Returns the value of the
meshOutputPerVertexGranularity field. |
long |
pNext()
Returns the value of the
pNext field. |
VkPhysicalDeviceMeshShaderPropertiesNV.Buffer |
pNext(long value)
Sets the specified value to the
pNext field. |
int |
sType()
Returns the value of the
sType field. |
VkPhysicalDeviceMeshShaderPropertiesNV.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)
VkPhysicalDeviceMeshShaderPropertiesNV.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 VkPhysicalDeviceMeshShaderPropertiesNV.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 maxDrawMeshTasksCount()
maxDrawMeshTasksCount field.public int maxTaskWorkGroupInvocations()
maxTaskWorkGroupInvocations field.public java.nio.IntBuffer maxTaskWorkGroupSize()
IntBuffer view of the maxTaskWorkGroupSize field.public int maxTaskWorkGroupSize(int index)
maxTaskWorkGroupSize field.public int maxTaskTotalMemorySize()
maxTaskTotalMemorySize field.public int maxTaskOutputCount()
maxTaskOutputCount field.public int maxMeshWorkGroupInvocations()
maxMeshWorkGroupInvocations field.public java.nio.IntBuffer maxMeshWorkGroupSize()
IntBuffer view of the maxMeshWorkGroupSize field.public int maxMeshWorkGroupSize(int index)
maxMeshWorkGroupSize field.public int maxMeshTotalMemorySize()
maxMeshTotalMemorySize field.public int maxMeshOutputVertices()
maxMeshOutputVertices field.public int maxMeshOutputPrimitives()
maxMeshOutputPrimitives field.public int maxMeshMultiviewViewCount()
maxMeshMultiviewViewCount field.public int meshOutputPerVertexGranularity()
meshOutputPerVertexGranularity field.public int meshOutputPerPrimitiveGranularity()
meshOutputPerPrimitiveGranularity field.public VkPhysicalDeviceMeshShaderPropertiesNV.Buffer sType(int value)
sType field.public VkPhysicalDeviceMeshShaderPropertiesNV.Buffer pNext(long value)
pNext field.Copyright LWJGL. All Rights Reserved. License terms.