Package org.lwjgl.vulkan
Class VkPipelineColorBlendStateCreateInfo
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineColorBlendStateCreateInfo>
org.lwjgl.vulkan.VkPipelineColorBlendStateCreateInfo
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPipelineColorBlendStateCreateInfo
extends org.lwjgl.system.Struct<VkPipelineColorBlendStateCreateInfo>
implements org.lwjgl.system.NativeResource
Structure specifying parameters of a newly created pipeline color blend state.
Valid Usage
- If the
independentBlendfeature is not enabled, all elements ofpAttachmentsmust be identical - If the
logicOpfeature is not enabled,logicOpEnablemust beFALSE - If
logicOpEnableisTRUE,logicOpmust be a validVkLogicOpvalue - If the
rasterizationOrderColorAttachmentAccessfeature is not enabled,flagsmust not includePIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_EXT - If
attachmentCountis not 0 , and any ofDYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT,DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT,DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT, orDYNAMIC_STATE_COLOR_WRITE_MASK_EXTare not set,pAttachmentsmust be a valid pointer to an array ofattachmentCountvalidVkPipelineColorBlendAttachmentStatestructures
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO- Each
pNextmember of any structure (including this one) in thepNextchain must be eitherNULLor a pointer to a valid instance ofVkPipelineColorBlendAdvancedStateCreateInfoEXTorVkPipelineColorWriteCreateInfoEXT - The
sTypevalue of each struct in thepNextchain must be unique flagsmust be a valid combination ofVkPipelineColorBlendStateCreateFlagBitsvalues- If
attachmentCountis not 0, andpAttachmentsis notNULL,pAttachmentsmust be a valid pointer to an array ofattachmentCountvalidVkPipelineColorBlendAttachmentStatestructures
See Also
VkGraphicsPipelineCreateInfo, VkPipelineColorBlendAttachmentState
Layout
struct VkPipelineColorBlendStateCreateInfo {
VkStructureType sType();
void const * pNext();
VkPipelineColorBlendStateCreateFlags flags();
VkBool32 logicOpEnable();
VkLogicOp logicOp();
uint32_t attachmentCount();
VkPipelineColorBlendAttachmentState const * pAttachments();
float blendConstants()[4];
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPipelineColorBlendStateCreateInfostructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkPipelineColorBlendStateCreateInfo(ByteBuffer container) Creates aVkPipelineColorBlendStateCreateInfoinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionintthe number ofVkPipelineColorBlendAttachmentStateelements inpAttachments.attachmentCount(int value) Sets the specified value to theattachmentCount()field.a pointer to an array of four values used as the R, G, B, and A components of the blend constant that are used in blending, depending on the blend factor.floatblendConstants(int index) a pointer to an array of four values used as the R, G, B, and A components of the blend constant that are used in blending, depending on the blend factor.blendConstants(int index, float value) Sets the specified value at the specified index of theblendConstants()field.blendConstants(FloatBuffer value) Copies the specifiedFloatBufferto theblendConstants()field.calloc()Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.Deprecated.callocStack(int capacity) Deprecated.callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.callocStack(org.lwjgl.system.MemoryStack stack) Deprecated.create()Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withBufferUtils.create(int capacity) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPipelineColorBlendStateCreateInfoinstance for the specified memory address.create(long address, int capacity) Create aVkPipelineColorBlendStateCreateInfo.Bufferinstance at the specified memory.static @Nullable VkPipelineColorBlendStateCreateInfocreateSafe(long address) static @Nullable VkPipelineColorBlendStateCreateInfo.BuffercreateSafe(long address, int capacity) intflags()a bitmask ofVkPipelineColorBlendStateCreateFlagBitsspecifying additional color blending information.flags(int value) Sets the specified value to theflags()field.intlogicOp()selects which logical operation to apply.logicOp(int value) Sets the specified value to thelogicOp()field.booleancontrols whether to apply Logical Operations.logicOpEnable(boolean value) Sets the specified value to thelogicOpEnable()field.malloc()Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated on the specifiedMemoryStack.Deprecated.mallocStack(int capacity) Deprecated.mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.mallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intnattachmentCount(long struct) Unsafe version ofattachmentCount().static voidnattachmentCount(long struct, int value) Sets the specified value to theattachmentCountfield of the specifiedstruct.static FloatBuffernblendConstants(long struct) Unsafe version ofblendConstants().static floatnblendConstants(long struct, int index) Unsafe version ofblendConstants.static voidnblendConstants(long struct, int index, float value) Unsafe version ofblendConstants.static voidnblendConstants(long struct, FloatBuffer value) Unsafe version ofblendConstants.static intnflags(long struct) Unsafe version offlags().static voidnflags(long struct, int value) Unsafe version offlags.static intnlogicOp(long struct) Unsafe version oflogicOp().static voidnlogicOp(long struct, int value) Unsafe version oflogicOp.static intnlogicOpEnable(long struct) Unsafe version oflogicOpEnable().static voidnlogicOpEnable(long struct, int value) Unsafe version oflogicOpEnable.static @Nullable VkPipelineColorBlendAttachmentState.BuffernpAttachments(long struct) Unsafe version ofpAttachments().static voidnpAttachments(long struct, @Nullable VkPipelineColorBlendAttachmentState.Buffer value) Unsafe version ofpAttachments.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.a pointer to an array ofVkPipelineColorBlendAttachmentStatestructures defining blend state for each color attachment.pAttachments(@Nullable VkPipelineColorBlendAttachmentState.Buffer value) Sets the address of the specifiedVkPipelineColorBlendAttachmentState.Bufferto thepAttachments()field.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.Prepends the specifiedVkPipelineColorBlendAdvancedStateCreateInfoEXTvalue to thepNextchain.Prepends the specifiedVkPipelineColorWriteCreateInfoEXTvalue to thepNextchain.set(int sType, long pNext, int flags, boolean logicOpEnable, int logicOp, int attachmentCount, @Nullable VkPipelineColorBlendAttachmentState.Buffer pAttachments, FloatBuffer blendConstants) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFOvalue to thesType()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
FLAGS
public static final int FLAGSThe struct member offsets. -
LOGICOPENABLE
public static final int LOGICOPENABLEThe struct member offsets. -
LOGICOP
public static final int LOGICOPThe struct member offsets. -
ATTACHMENTCOUNT
public static final int ATTACHMENTCOUNTThe struct member offsets. -
PATTACHMENTS
public static final int PATTACHMENTSThe struct member offsets. -
BLENDCONSTANTS
public static final int BLENDCONSTANTSThe struct member offsets.
-
-
Constructor Details
-
VkPipelineColorBlendStateCreateInfo
Creates aVkPipelineColorBlendStateCreateInfoinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkPipelineColorBlendStateCreateInfo>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
flags
public int flags()a bitmask ofVkPipelineColorBlendStateCreateFlagBitsspecifying additional color blending information. -
logicOpEnable
public boolean logicOpEnable()controls whether to apply Logical Operations. -
logicOp
public int logicOp()selects which logical operation to apply. -
attachmentCount
public int attachmentCount()the number ofVkPipelineColorBlendAttachmentStateelements inpAttachments. It is ignored if the pipeline is created withDYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT,DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT, andDYNAMIC_STATE_COLOR_WRITE_MASK_EXTdynamic states set, and eitherDYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXTset or the advancedBlendCoherentOperations feature is not enabled. -
pAttachments
a pointer to an array ofVkPipelineColorBlendAttachmentStatestructures defining blend state for each color attachment. It is ignored if the pipeline is created withDYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT,DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT, andDYNAMIC_STATE_COLOR_WRITE_MASK_EXTdynamic states set, and eitherDYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXTset or the advancedBlendCoherentOperations feature is not enabled. -
blendConstants
a pointer to an array of four values used as the R, G, B, and A components of the blend constant that are used in blending, depending on the blend factor. -
blendConstants
public float blendConstants(int index) a pointer to an array of four values used as the R, G, B, and A components of the blend constant that are used in blending, depending on the blend factor. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFOvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
pNext
public VkPipelineColorBlendStateCreateInfo pNext(VkPipelineColorBlendAdvancedStateCreateInfoEXT value) Prepends the specifiedVkPipelineColorBlendAdvancedStateCreateInfoEXTvalue to thepNextchain. -
pNext
Prepends the specifiedVkPipelineColorWriteCreateInfoEXTvalue to thepNextchain. -
flags
Sets the specified value to theflags()field. -
logicOpEnable
Sets the specified value to thelogicOpEnable()field. -
logicOp
Sets the specified value to thelogicOp()field. -
attachmentCount
Sets the specified value to theattachmentCount()field. -
pAttachments
public VkPipelineColorBlendStateCreateInfo pAttachments(@Nullable VkPipelineColorBlendAttachmentState.Buffer value) Sets the address of the specifiedVkPipelineColorBlendAttachmentState.Bufferto thepAttachments()field. -
blendConstants
Copies the specifiedFloatBufferto theblendConstants()field. -
blendConstants
Sets the specified value at the specified index of theblendConstants()field. -
set
public VkPipelineColorBlendStateCreateInfo set(int sType, long pNext, int flags, boolean logicOpEnable, int logicOp, int attachmentCount, @Nullable VkPipelineColorBlendAttachmentState.Buffer pAttachments, FloatBuffer blendConstants) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated withBufferUtils. -
create
Returns a newVkPipelineColorBlendStateCreateInfoinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPipelineColorBlendStateCreateInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPipelineColorBlendStateCreateInfo.Buffer createSafe(long address, int capacity) -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
@Deprecated public static VkPipelineColorBlendStateCreateInfo mallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
@Deprecated public static VkPipelineColorBlendStateCreateInfo callocStack(org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkPipelineColorBlendStateCreateInfo.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkPipelineColorBlendStateCreateInfo.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPipelineColorBlendStateCreateInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkPipelineColorBlendStateCreateInfo.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkPipelineColorBlendStateCreateInfo.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPipelineColorBlendStateCreateInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nflags
public static int nflags(long struct) Unsafe version offlags(). -
nlogicOpEnable
public static int nlogicOpEnable(long struct) Unsafe version oflogicOpEnable(). -
nlogicOp
public static int nlogicOp(long struct) Unsafe version oflogicOp(). -
nattachmentCount
public static int nattachmentCount(long struct) Unsafe version ofattachmentCount(). -
npAttachments
Unsafe version ofpAttachments(). -
nblendConstants
Unsafe version ofblendConstants(). -
nblendConstants
public static float nblendConstants(long struct, int index) Unsafe version ofblendConstants. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nflags
public static void nflags(long struct, int value) Unsafe version offlags. -
nlogicOpEnable
public static void nlogicOpEnable(long struct, int value) Unsafe version oflogicOpEnable. -
nlogicOp
public static void nlogicOp(long struct, int value) Unsafe version oflogicOp. -
nattachmentCount
public static void nattachmentCount(long struct, int value) Sets the specified value to theattachmentCountfield of the specifiedstruct. -
npAttachments
public static void npAttachments(long struct, @Nullable VkPipelineColorBlendAttachmentState.Buffer value) Unsafe version ofpAttachments. -
nblendConstants
Unsafe version ofblendConstants. -
nblendConstants
public static void nblendConstants(long struct, int index, float value) Unsafe version ofblendConstants.
-