Package org.lwjgl.vulkan
Class VkSampleLocationsInfoEXT.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkSampleLocationsInfoEXT,VkSampleLocationsInfoEXT.Buffer>
-
- org.lwjgl.vulkan.VkSampleLocationsInfoEXT.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkSampleLocationsInfoEXT>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkSampleLocationsInfoEXT
public static class VkSampleLocationsInfoEXT.Buffer extends org.lwjgl.system.StructBuffer<VkSampleLocationsInfoEXT,VkSampleLocationsInfoEXT.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkSampleLocationsInfoEXT
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
pNext()
Returns the value of thepNext
field.VkSampleLocationsInfoEXT.Buffer
pNext(long value)
Sets the specified value to thepNext
field.VkSampleLocationEXT.Buffer
pSampleLocations()
Returns aVkSampleLocationEXT.Buffer
view of the struct array pointed to by thepSampleLocations
field.VkSampleLocationsInfoEXT.Buffer
pSampleLocations(VkSampleLocationEXT.Buffer value)
Sets the address of the specifiedVkSampleLocationEXT.Buffer
to thepSampleLocations
field.VkExtent2D
sampleLocationGridSize()
Returns aVkExtent2D
view of thesampleLocationGridSize
field.VkSampleLocationsInfoEXT.Buffer
sampleLocationGridSize(java.util.function.Consumer<VkExtent2D> consumer)
Passes thesampleLocationGridSize
field to the specifiedConsumer
.VkSampleLocationsInfoEXT.Buffer
sampleLocationGridSize(VkExtent2D value)
Copies the specifiedVkExtent2D
to thesampleLocationGridSize
field.int
sampleLocationsCount()
Returns the value of thesampleLocationsCount
field.int
sampleLocationsPerPixel()
Returns the value of thesampleLocationsPerPixel
field.VkSampleLocationsInfoEXT.Buffer
sampleLocationsPerPixel(int value)
Sets the specified value to thesampleLocationsPerPixel
field.int
sType()
Returns the value of thesType
field.VkSampleLocationsInfoEXT.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkSampleLocationsInfoEXT.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 byVkSampleLocationsInfoEXT.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.
-
sampleLocationsPerPixel
public int sampleLocationsPerPixel()
Returns the value of thesampleLocationsPerPixel
field.
-
sampleLocationGridSize
public VkExtent2D sampleLocationGridSize()
Returns aVkExtent2D
view of thesampleLocationGridSize
field.
-
sampleLocationsCount
public int sampleLocationsCount()
Returns the value of thesampleLocationsCount
field.
-
pSampleLocations
@Nullable public VkSampleLocationEXT.Buffer pSampleLocations()
Returns aVkSampleLocationEXT.Buffer
view of the struct array pointed to by thepSampleLocations
field.
-
sType
public VkSampleLocationsInfoEXT.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkSampleLocationsInfoEXT.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
sampleLocationsPerPixel
public VkSampleLocationsInfoEXT.Buffer sampleLocationsPerPixel(int value)
Sets the specified value to thesampleLocationsPerPixel
field.
-
sampleLocationGridSize
public VkSampleLocationsInfoEXT.Buffer sampleLocationGridSize(VkExtent2D value)
Copies the specifiedVkExtent2D
to thesampleLocationGridSize
field.
-
sampleLocationGridSize
public VkSampleLocationsInfoEXT.Buffer sampleLocationGridSize(java.util.function.Consumer<VkExtent2D> consumer)
Passes thesampleLocationGridSize
field to the specifiedConsumer
.
-
pSampleLocations
public VkSampleLocationsInfoEXT.Buffer pSampleLocations(@Nullable VkSampleLocationEXT.Buffer value)
Sets the address of the specifiedVkSampleLocationEXT.Buffer
to thepSampleLocations
field.
-
-