Package org.lwjgl.vulkan
Class VkPipelineCoverageModulationStateCreateInfoNV.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkPipelineCoverageModulationStateCreateInfoNV,VkPipelineCoverageModulationStateCreateInfoNV.Buffer>
-
- org.lwjgl.vulkan.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkPipelineCoverageModulationStateCreateInfoNV>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkPipelineCoverageModulationStateCreateInfoNV
public static class VkPipelineCoverageModulationStateCreateInfoNV.Buffer extends org.lwjgl.system.StructBuffer<VkPipelineCoverageModulationStateCreateInfoNV,VkPipelineCoverageModulationStateCreateInfoNV.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkPipelineCoverageModulationStateCreateInfoNV
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
coverageModulationMode()
Returns the value of thecoverageModulationMode
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
coverageModulationMode(int value)
Sets the specified value to thecoverageModulationMode
field.int
coverageModulationTableCount()
Returns the value of thecoverageModulationTableCount
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
coverageModulationTableCount(int value)
Sets the specified value to thecoverageModulationTableCount
field.boolean
coverageModulationTableEnable()
Returns the value of thecoverageModulationTableEnable
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
coverageModulationTableEnable(boolean value)
Sets the specified value to thecoverageModulationTableEnable
field.int
flags()
Returns the value of theflags
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
flags(int value)
Sets the specified value to theflags
field.java.nio.FloatBuffer
pCoverageModulationTable()
Returns aFloatBuffer
view of the data pointed to by thepCoverageModulationTable
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
pCoverageModulationTable(java.nio.FloatBuffer value)
Sets the address of the specifiedFloatBuffer
to thepCoverageModulationTable
field.long
pNext()
Returns the value of thepNext
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
pNext(long value)
Sets the specified value to thepNext
field.int
sType()
Returns the value of thesType
field.VkPipelineCoverageModulationStateCreateInfoNV.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkPipelineCoverageModulationStateCreateInfoNV.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 byVkPipelineCoverageModulationStateCreateInfoNV.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
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
flags
public int flags()
Returns the value of theflags
field.
-
coverageModulationMode
public int coverageModulationMode()
Returns the value of thecoverageModulationMode
field.
-
coverageModulationTableEnable
public boolean coverageModulationTableEnable()
Returns the value of thecoverageModulationTableEnable
field.
-
coverageModulationTableCount
public int coverageModulationTableCount()
Returns the value of thecoverageModulationTableCount
field.
-
pCoverageModulationTable
@Nullable public java.nio.FloatBuffer pCoverageModulationTable()
Returns aFloatBuffer
view of the data pointed to by thepCoverageModulationTable
field.
-
sType
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
flags
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer flags(int value)
Sets the specified value to theflags
field.
-
coverageModulationMode
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer coverageModulationMode(int value)
Sets the specified value to thecoverageModulationMode
field.
-
coverageModulationTableEnable
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer coverageModulationTableEnable(boolean value)
Sets the specified value to thecoverageModulationTableEnable
field.
-
coverageModulationTableCount
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer coverageModulationTableCount(int value)
Sets the specified value to thecoverageModulationTableCount
field.
-
pCoverageModulationTable
public VkPipelineCoverageModulationStateCreateInfoNV.Buffer pCoverageModulationTable(@Nullable java.nio.FloatBuffer value)
Sets the address of the specifiedFloatBuffer
to thepCoverageModulationTable
field.
-
-