Package org.lwjgl.vulkan
Class VkColorBlendEquationEXT
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class VkColorBlendEquationEXT
extends Struct<VkColorBlendEquationEXT>
implements NativeResource
struct VkColorBlendEquationEXT {
VkBlendFactor srcColorBlendFactor;
VkBlendFactor dstColorBlendFactor;
VkBlendOp colorBlendOp;
VkBlendFactor srcAlphaBlendFactor;
VkBlendFactor dstAlphaBlendFactor;
VkBlendOp alphaBlendOp;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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 size in bytes.static final intThe struct member offsets.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
ConstructorsConstructorDescriptionVkColorBlendEquationEXT(ByteBuffer container) Creates aVkColorBlendEquationEXTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionintalphaBlendOp(int value) Sets the specified value to thealphaBlendOpfield.static VkColorBlendEquationEXTcalloc()Returns a newVkColorBlendEquationEXTinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkColorBlendEquationEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkColorBlendEquationEXTcalloc(MemoryStack stack) Returns a newVkColorBlendEquationEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.intcolorBlendOp(int value) Sets the specified value to thecolorBlendOpfield.static VkColorBlendEquationEXTcreate()Returns a newVkColorBlendEquationEXTinstance allocated withBufferUtils.create(int capacity) Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withBufferUtils.static VkColorBlendEquationEXTcreate(long address) Returns a newVkColorBlendEquationEXTinstance for the specified memory address.create(long address, int capacity) Create aVkColorBlendEquationEXT.Bufferinstance at the specified memory.static @Nullable VkColorBlendEquationEXTcreateSafe(long address) static @Nullable VkColorBlendEquationEXT.BuffercreateSafe(long address, int capacity) intdstAlphaBlendFactor(int value) Sets the specified value to thedstAlphaBlendFactorfield.intdstColorBlendFactor(int value) Sets the specified value to thedstColorBlendFactorfield.static VkColorBlendEquationEXTmalloc()Returns a newVkColorBlendEquationEXTinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkColorBlendEquationEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkColorBlendEquationEXTmalloc(MemoryStack stack) Returns a newVkColorBlendEquationEXTinstance allocated on the specifiedMemoryStack.static intnalphaBlendOp(long struct) Unsafe version ofalphaBlendOp().static voidnalphaBlendOp(long struct, int value) Unsafe version ofalphaBlendOp.static intncolorBlendOp(long struct) Unsafe version ofcolorBlendOp().static voidncolorBlendOp(long struct, int value) Unsafe version ofcolorBlendOp.static intndstAlphaBlendFactor(long struct) Unsafe version ofdstAlphaBlendFactor().static voidndstAlphaBlendFactor(long struct, int value) Unsafe version ofdstAlphaBlendFactor.static intndstColorBlendFactor(long struct) Unsafe version ofdstColorBlendFactor().static voidndstColorBlendFactor(long struct, int value) Unsafe version ofdstColorBlendFactor.static intnsrcAlphaBlendFactor(long struct) Unsafe version ofsrcAlphaBlendFactor().static voidnsrcAlphaBlendFactor(long struct, int value) Unsafe version ofsrcAlphaBlendFactor.static intnsrcColorBlendFactor(long struct) Unsafe version ofsrcColorBlendFactor().static voidnsrcColorBlendFactor(long struct, int value) Unsafe version ofsrcColorBlendFactor.set(int srcColorBlendFactor, int dstColorBlendFactor, int colorBlendOp, int srcAlphaBlendFactor, int dstAlphaBlendFactor, int alphaBlendOp) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).intsrcAlphaBlendFactor(int value) Sets the specified value to thesrcAlphaBlendFactorfield.intsrcColorBlendFactor(int value) Sets the specified value to thesrcColorBlendFactorfield.Methods 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. -
SRCCOLORBLENDFACTOR
public static final int SRCCOLORBLENDFACTORThe struct member offsets. -
DSTCOLORBLENDFACTOR
public static final int DSTCOLORBLENDFACTORThe struct member offsets. -
COLORBLENDOP
public static final int COLORBLENDOPThe struct member offsets. -
SRCALPHABLENDFACTOR
public static final int SRCALPHABLENDFACTORThe struct member offsets. -
DSTALPHABLENDFACTOR
public static final int DSTALPHABLENDFACTORThe struct member offsets. -
ALPHABLENDOP
public static final int ALPHABLENDOPThe struct member offsets.
-
-
Constructor Details
-
VkColorBlendEquationEXT
Creates aVkColorBlendEquationEXTinstance 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()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkColorBlendEquationEXT>
-
srcColorBlendFactor
public int srcColorBlendFactor()- Returns:
- the value of the
srcColorBlendFactorfield.
-
dstColorBlendFactor
public int dstColorBlendFactor()- Returns:
- the value of the
dstColorBlendFactorfield.
-
colorBlendOp
public int colorBlendOp()- Returns:
- the value of the
colorBlendOpfield.
-
srcAlphaBlendFactor
public int srcAlphaBlendFactor()- Returns:
- the value of the
srcAlphaBlendFactorfield.
-
dstAlphaBlendFactor
public int dstAlphaBlendFactor()- Returns:
- the value of the
dstAlphaBlendFactorfield.
-
alphaBlendOp
public int alphaBlendOp()- Returns:
- the value of the
alphaBlendOpfield.
-
srcColorBlendFactor
Sets the specified value to thesrcColorBlendFactorfield. -
dstColorBlendFactor
Sets the specified value to thedstColorBlendFactorfield. -
colorBlendOp
Sets the specified value to thecolorBlendOpfield. -
srcAlphaBlendFactor
Sets the specified value to thesrcAlphaBlendFactorfield. -
dstAlphaBlendFactor
Sets the specified value to thedstAlphaBlendFactorfield. -
alphaBlendOp
Sets the specified value to thealphaBlendOpfield. -
set
public VkColorBlendEquationEXT set(int srcColorBlendFactor, int dstColorBlendFactor, int colorBlendOp, int srcAlphaBlendFactor, int dstAlphaBlendFactor, int alphaBlendOp) 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 newVkColorBlendEquationEXTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkColorBlendEquationEXTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkColorBlendEquationEXTinstance allocated withBufferUtils. -
create
Returns a newVkColorBlendEquationEXTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkColorBlendEquationEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkColorBlendEquationEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkColorBlendEquationEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkColorBlendEquationEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkColorBlendEquationEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkColorBlendEquationEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsrcColorBlendFactor
public static int nsrcColorBlendFactor(long struct) Unsafe version ofsrcColorBlendFactor(). -
ndstColorBlendFactor
public static int ndstColorBlendFactor(long struct) Unsafe version ofdstColorBlendFactor(). -
ncolorBlendOp
public static int ncolorBlendOp(long struct) Unsafe version ofcolorBlendOp(). -
nsrcAlphaBlendFactor
public static int nsrcAlphaBlendFactor(long struct) Unsafe version ofsrcAlphaBlendFactor(). -
ndstAlphaBlendFactor
public static int ndstAlphaBlendFactor(long struct) Unsafe version ofdstAlphaBlendFactor(). -
nalphaBlendOp
public static int nalphaBlendOp(long struct) Unsafe version ofalphaBlendOp(). -
nsrcColorBlendFactor
public static void nsrcColorBlendFactor(long struct, int value) Unsafe version ofsrcColorBlendFactor. -
ndstColorBlendFactor
public static void ndstColorBlendFactor(long struct, int value) Unsafe version ofdstColorBlendFactor. -
ncolorBlendOp
public static void ncolorBlendOp(long struct, int value) Unsafe version ofcolorBlendOp. -
nsrcAlphaBlendFactor
public static void nsrcAlphaBlendFactor(long struct, int value) Unsafe version ofsrcAlphaBlendFactor. -
ndstAlphaBlendFactor
public static void ndstAlphaBlendFactor(long struct, int value) Unsafe version ofdstAlphaBlendFactor. -
nalphaBlendOp
public static void nalphaBlendOp(long struct, int value) Unsafe version ofalphaBlendOp.
-