Package org.lwjgl.vulkan
Class VkShaderStatisticsInfoAMD.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkShaderStatisticsInfoAMD,VkShaderStatisticsInfoAMD.Buffer>
-
- org.lwjgl.vulkan.VkShaderStatisticsInfoAMD.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<VkShaderStatisticsInfoAMD>
,org.lwjgl.system.Pointer
- Enclosing class:
- VkShaderStatisticsInfoAMD
public static class VkShaderStatisticsInfoAMD.Buffer extends org.lwjgl.system.StructBuffer<VkShaderStatisticsInfoAMD,VkShaderStatisticsInfoAMD.Buffer>
An array ofVkShaderStatisticsInfoAMD
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.IntBuffer
computeWorkGroupSize()
Returns aIntBuffer
view of thecomputeWorkGroupSize
field.int
computeWorkGroupSize(int index)
Returns the value at the specified index of thecomputeWorkGroupSize
field.int
numAvailableSgprs()
Returns the value of thenumAvailableSgprs
field.int
numAvailableVgprs()
Returns the value of thenumAvailableVgprs
field.int
numPhysicalSgprs()
Returns the value of thenumPhysicalSgprs
field.int
numPhysicalVgprs()
Returns the value of thenumPhysicalVgprs
field.VkShaderResourceUsageAMD
resourceUsage()
Returns aVkShaderResourceUsageAMD
view of theresourceUsage
field.int
shaderStageMask()
Returns the value of theshaderStageMask
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkShaderStatisticsInfoAMD.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 byVkShaderStatisticsInfoAMD.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
shaderStageMask
public int shaderStageMask()
Returns the value of theshaderStageMask
field.
-
resourceUsage
public VkShaderResourceUsageAMD resourceUsage()
Returns aVkShaderResourceUsageAMD
view of theresourceUsage
field.
-
numPhysicalVgprs
public int numPhysicalVgprs()
Returns the value of thenumPhysicalVgprs
field.
-
numPhysicalSgprs
public int numPhysicalSgprs()
Returns the value of thenumPhysicalSgprs
field.
-
numAvailableVgprs
public int numAvailableVgprs()
Returns the value of thenumAvailableVgprs
field.
-
numAvailableSgprs
public int numAvailableSgprs()
Returns the value of thenumAvailableSgprs
field.
-
computeWorkGroupSize
public java.nio.IntBuffer computeWorkGroupSize()
Returns aIntBuffer
view of thecomputeWorkGroupSize
field.
-
computeWorkGroupSize
public int computeWorkGroupSize(int index)
Returns the value at the specified index of thecomputeWorkGroupSize
field.
-
-