Package org.lwjgl.vulkan
Class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT,VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer>
-
- org.lwjgl.vulkan.VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
public static class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer extends org.lwjgl.system.StructBuffer<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT,VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
advancedBlendAllOperations()
Returns the value of theadvancedBlendAllOperations
field.boolean
advancedBlendCorrelatedOverlap()
Returns the value of theadvancedBlendCorrelatedOverlap
field.boolean
advancedBlendIndependentBlend()
Returns the value of theadvancedBlendIndependentBlend
field.int
advancedBlendMaxColorAttachments()
Returns the value of theadvancedBlendMaxColorAttachments
field.boolean
advancedBlendNonPremultipliedDstColor()
Returns the value of theadvancedBlendNonPremultipliedDstColor
field.boolean
advancedBlendNonPremultipliedSrcColor()
Returns the value of theadvancedBlendNonPremultipliedSrcColor
field.long
pNext()
Returns the value of thepNext
field.VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer
pNext(long value)
Sets the specified value to thepNext
field.int
sType()
Returns the value of thesType
field.VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.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 byVkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.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.
-
advancedBlendMaxColorAttachments
public int advancedBlendMaxColorAttachments()
Returns the value of theadvancedBlendMaxColorAttachments
field.
-
advancedBlendIndependentBlend
public boolean advancedBlendIndependentBlend()
Returns the value of theadvancedBlendIndependentBlend
field.
-
advancedBlendNonPremultipliedSrcColor
public boolean advancedBlendNonPremultipliedSrcColor()
Returns the value of theadvancedBlendNonPremultipliedSrcColor
field.
-
advancedBlendNonPremultipliedDstColor
public boolean advancedBlendNonPremultipliedDstColor()
Returns the value of theadvancedBlendNonPremultipliedDstColor
field.
-
advancedBlendCorrelatedOverlap
public boolean advancedBlendCorrelatedOverlap()
Returns the value of theadvancedBlendCorrelatedOverlap
field.
-
advancedBlendAllOperations
public boolean advancedBlendAllOperations()
Returns the value of theadvancedBlendAllOperations
field.
-
sType
public VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
-