Package org.lwjgl.vulkan
Class VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer>
org.lwjgl.system.StructBuffer<VkPhysicalDevicePortabilitySubsetFeaturesKHR,VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer>
org.lwjgl.vulkan.VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
,NativeResource
,Pointer
- Enclosing class:
VkPhysicalDevicePortabilitySubsetFeaturesKHR
public static class VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
extends StructBuffer<VkPhysicalDevicePortabilitySubsetFeaturesKHR,VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer>
implements NativeResource
An array of
VkPhysicalDevicePortabilitySubsetFeaturesKHR
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
constantAlphaColorBlendFactors
(boolean value) Sets the specified value to theconstantAlphaColorBlendFactors
field.boolean
events()
events
(boolean value) Sets the specified value to theevents
field.boolean
imageView2DOn3DImage
(boolean value) Sets the specified value to theimageView2DOn3DImage
field.boolean
imageViewFormatReinterpretation
(boolean value) Sets the specified value to theimageViewFormatReinterpretation
field.boolean
imageViewFormatSwizzle
(boolean value) Sets the specified value to theimageViewFormatSwizzle
field.boolean
multisampleArrayImage
(boolean value) Sets the specified value to themultisampleArrayImage
field.boolean
mutableComparisonSamplers
(boolean value) Sets the specified value to themutableComparisonSamplers
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.boolean
pointPolygons
(boolean value) Sets the specified value to thepointPolygons
field.boolean
samplerMipLodBias
(boolean value) Sets the specified value to thesamplerMipLodBias
field.boolean
separateStencilMaskRef
(boolean value) Sets the specified value to theseparateStencilMaskRef
field.boolean
shaderSampleRateInterpolationFunctions
(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctions
field.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR
value to thesType
field.boolean
tessellationIsolines
(boolean value) Sets the specified value to thetessellationIsolines
field.boolean
tessellationPointMode
(boolean value) Sets the specified value to thetessellationPointMode
field.boolean
triangleFans
(boolean value) Sets the specified value to thetriangleFans
field.boolean
vertexAttributeAccessBeyondStride
(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStride
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.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
VkPhysicalDevicePortabilitySubsetFeaturesKHR.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 Details
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
constantAlphaColorBlendFactors
public boolean constantAlphaColorBlendFactors()- Returns:
- the value of the
constantAlphaColorBlendFactors
field.
-
events
public boolean events()- Returns:
- the value of the
events
field.
-
imageViewFormatReinterpretation
public boolean imageViewFormatReinterpretation()- Returns:
- the value of the
imageViewFormatReinterpretation
field.
-
imageViewFormatSwizzle
public boolean imageViewFormatSwizzle()- Returns:
- the value of the
imageViewFormatSwizzle
field.
-
imageView2DOn3DImage
public boolean imageView2DOn3DImage()- Returns:
- the value of the
imageView2DOn3DImage
field.
-
multisampleArrayImage
public boolean multisampleArrayImage()- Returns:
- the value of the
multisampleArrayImage
field.
-
mutableComparisonSamplers
public boolean mutableComparisonSamplers()- Returns:
- the value of the
mutableComparisonSamplers
field.
-
pointPolygons
public boolean pointPolygons()- Returns:
- the value of the
pointPolygons
field.
-
samplerMipLodBias
public boolean samplerMipLodBias()- Returns:
- the value of the
samplerMipLodBias
field.
-
separateStencilMaskRef
public boolean separateStencilMaskRef()- Returns:
- the value of the
separateStencilMaskRef
field.
-
shaderSampleRateInterpolationFunctions
public boolean shaderSampleRateInterpolationFunctions()- Returns:
- the value of the
shaderSampleRateInterpolationFunctions
field.
-
tessellationIsolines
public boolean tessellationIsolines()- Returns:
- the value of the
tessellationIsolines
field.
-
tessellationPointMode
public boolean tessellationPointMode()- Returns:
- the value of the
tessellationPointMode
field.
-
triangleFans
public boolean triangleFans()- Returns:
- the value of the
triangleFans
field.
-
vertexAttributeAccessBeyondStride
public boolean vertexAttributeAccessBeyondStride()- Returns:
- the value of the
vertexAttributeAccessBeyondStride
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
constantAlphaColorBlendFactors
public VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer constantAlphaColorBlendFactors(boolean value) Sets the specified value to theconstantAlphaColorBlendFactors
field. -
events
Sets the specified value to theevents
field. -
imageViewFormatReinterpretation
public VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer imageViewFormatReinterpretation(boolean value) Sets the specified value to theimageViewFormatReinterpretation
field. -
imageViewFormatSwizzle
Sets the specified value to theimageViewFormatSwizzle
field. -
imageView2DOn3DImage
Sets the specified value to theimageView2DOn3DImage
field. -
multisampleArrayImage
Sets the specified value to themultisampleArrayImage
field. -
mutableComparisonSamplers
Sets the specified value to themutableComparisonSamplers
field. -
pointPolygons
Sets the specified value to thepointPolygons
field. -
samplerMipLodBias
Sets the specified value to thesamplerMipLodBias
field. -
separateStencilMaskRef
Sets the specified value to theseparateStencilMaskRef
field. -
shaderSampleRateInterpolationFunctions
public VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer shaderSampleRateInterpolationFunctions(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctions
field. -
tessellationIsolines
Sets the specified value to thetessellationIsolines
field. -
tessellationPointMode
Sets the specified value to thetessellationPointMode
field. -
triangleFans
Sets the specified value to thetriangleFans
field. -
vertexAttributeAccessBeyondStride
public VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer vertexAttributeAccessBeyondStride(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStride
field.
-