Package org.lwjgl.vulkan
Class VkStencilOpState
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkStencilOpState>
org.lwjgl.vulkan.VkStencilOpState
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkStencilOpState
extends org.lwjgl.system.Struct<VkStencilOpState>
implements org.lwjgl.system.NativeResource
Structure specifying stencil operation state.
Valid Usage (Implicit)
failOpmust be a validVkStencilOpvaluepassOpmust be a validVkStencilOpvaluedepthFailOpmust be a validVkStencilOpvaluecompareOpmust be a validVkCompareOpvalue
See Also
VkPipelineDepthStencilStateCreateInfo
Layout
struct VkStencilOpState {
VkStencilOp failOp();
VkStencilOp passOp();
VkStencilOp depthFailOp();
VkCompareOp compareOp();
uint32_t compareMask();
uint32_t writeMask();
uint32_t reference();
}-
Nested Class Summary
Nested ClassesNested 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 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
ConstructorsConstructorDescriptionVkStencilOpState(ByteBuffer container) Creates aVkStencilOpStateinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkStencilOpStatecalloc()Returns a newVkStencilOpStateinstance allocated withmemCalloc.static VkStencilOpState.Buffercalloc(int capacity) Returns a newVkStencilOpState.Bufferinstance allocated withmemCalloc.static VkStencilOpState.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkStencilOpState.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkStencilOpStatecalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkStencilOpStateinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkStencilOpStateDeprecated.static VkStencilOpState.BuffercallocStack(int capacity) Deprecated.static VkStencilOpState.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkStencilOpStatecallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.intselects the bits of the unsigned integer stencil values participating in the stencil test.compareMask(int value) Sets the specified value to thecompareMask()field.intaVkCompareOpvalue specifying the comparison operator used in the stencil test.compareOp(int value) Sets the specified value to thecompareOp()field.static VkStencilOpStatecreate()Returns a newVkStencilOpStateinstance allocated withBufferUtils.static VkStencilOpState.Buffercreate(int capacity) Returns a newVkStencilOpState.Bufferinstance allocated withBufferUtils.static VkStencilOpStatecreate(long address) Returns a newVkStencilOpStateinstance for the specified memory address.static VkStencilOpState.Buffercreate(long address, int capacity) Create aVkStencilOpState.Bufferinstance at the specified memory.static @Nullable VkStencilOpStatecreateSafe(long address) static @Nullable VkStencilOpState.BuffercreateSafe(long address, int capacity) intaVkStencilOpvalue specifying the action performed on samples that pass the stencil test and fail the depth test.depthFailOp(int value) Sets the specified value to thedepthFailOp()field.intfailOp()aVkStencilOpvalue specifying the action performed on samples that fail the stencil test.failOp(int value) Sets the specified value to thefailOp()field.static VkStencilOpStatemalloc()Returns a newVkStencilOpStateinstance allocated withmemAlloc.static VkStencilOpState.Buffermalloc(int capacity) Returns a newVkStencilOpState.Bufferinstance allocated withmemAlloc.static VkStencilOpState.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkStencilOpState.Bufferinstance allocated on the specifiedMemoryStack.static VkStencilOpStatemalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkStencilOpStateinstance allocated on the specifiedMemoryStack.static VkStencilOpStateDeprecated.static VkStencilOpState.BuffermallocStack(int capacity) Deprecated.static VkStencilOpState.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkStencilOpStatemallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intncompareMask(long struct) Unsafe version ofcompareMask().static voidncompareMask(long struct, int value) Unsafe version ofcompareMask.static intncompareOp(long struct) Unsafe version ofcompareOp().static voidncompareOp(long struct, int value) Unsafe version ofcompareOp.static intndepthFailOp(long struct) Unsafe version ofdepthFailOp().static voidndepthFailOp(long struct, int value) Unsafe version ofdepthFailOp.static intnfailOp(long struct) Unsafe version offailOp().static voidnfailOp(long struct, int value) Unsafe version offailOp.static intnpassOp(long struct) Unsafe version ofpassOp().static voidnpassOp(long struct, int value) Unsafe version ofpassOp.static intnreference(long struct) Unsafe version ofreference().static voidnreference(long struct, int value) Unsafe version ofreference.static intnwriteMask(long struct) Unsafe version ofwriteMask().static voidnwriteMask(long struct, int value) Unsafe version ofwriteMask.intpassOp()aVkStencilOpvalue specifying the action performed on samples that pass both the depth and stencil tests.passOp(int value) Sets the specified value to thepassOp()field.intan integer stencil reference value that is used in the unsigned stencil comparison.reference(int value) Sets the specified value to thereference()field.set(int failOp, int passOp, int depthFailOp, int compareOp, int compareMask, int writeMask, int reference) Initializes this struct with the specified values.set(VkStencilOpState src) Copies the specified struct data to this struct.intsizeof()intselects the bits of the unsigned integer stencil values updated by the stencil test in the stencil framebuffer attachment.writeMask(int value) Sets the specified value to thewriteMask()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. -
FAILOP
public static final int FAILOPThe struct member offsets. -
PASSOP
public static final int PASSOPThe struct member offsets. -
DEPTHFAILOP
public static final int DEPTHFAILOPThe struct member offsets. -
COMPAREOP
public static final int COMPAREOPThe struct member offsets. -
COMPAREMASK
public static final int COMPAREMASKThe struct member offsets. -
WRITEMASK
public static final int WRITEMASKThe struct member offsets. -
REFERENCE
public static final int REFERENCEThe struct member offsets.
-
-
Constructor Details
-
VkStencilOpState
Creates aVkStencilOpStateinstance 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<VkStencilOpState>
-
failOp
public int failOp()aVkStencilOpvalue specifying the action performed on samples that fail the stencil test. -
passOp
public int passOp()aVkStencilOpvalue specifying the action performed on samples that pass both the depth and stencil tests. -
depthFailOp
public int depthFailOp()aVkStencilOpvalue specifying the action performed on samples that pass the stencil test and fail the depth test. -
compareOp
public int compareOp()aVkCompareOpvalue specifying the comparison operator used in the stencil test. -
compareMask
public int compareMask()selects the bits of the unsigned integer stencil values participating in the stencil test. -
writeMask
public int writeMask()selects the bits of the unsigned integer stencil values updated by the stencil test in the stencil framebuffer attachment. -
reference
public int reference()an integer stencil reference value that is used in the unsigned stencil comparison. -
failOp
Sets the specified value to thefailOp()field. -
passOp
Sets the specified value to thepassOp()field. -
depthFailOp
Sets the specified value to thedepthFailOp()field. -
compareOp
Sets the specified value to thecompareOp()field. -
compareMask
Sets the specified value to thecompareMask()field. -
writeMask
Sets the specified value to thewriteMask()field. -
reference
Sets the specified value to thereference()field. -
set
public VkStencilOpState set(int failOp, int passOp, int depthFailOp, int compareOp, int compareMask, int writeMask, int reference) 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 newVkStencilOpStateinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkStencilOpStateinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkStencilOpStateinstance allocated withBufferUtils. -
create
Returns a newVkStencilOpStateinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkStencilOpState.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkStencilOpState.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkStencilOpState.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkStencilOpState.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
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.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
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 VkStencilOpState.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 VkStencilOpState.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkStencilOpStateinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkStencilOpStateinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkStencilOpState.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkStencilOpState.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nfailOp
public static int nfailOp(long struct) Unsafe version offailOp(). -
npassOp
public static int npassOp(long struct) Unsafe version ofpassOp(). -
ndepthFailOp
public static int ndepthFailOp(long struct) Unsafe version ofdepthFailOp(). -
ncompareOp
public static int ncompareOp(long struct) Unsafe version ofcompareOp(). -
ncompareMask
public static int ncompareMask(long struct) Unsafe version ofcompareMask(). -
nwriteMask
public static int nwriteMask(long struct) Unsafe version ofwriteMask(). -
nreference
public static int nreference(long struct) Unsafe version ofreference(). -
nfailOp
public static void nfailOp(long struct, int value) Unsafe version offailOp. -
npassOp
public static void npassOp(long struct, int value) Unsafe version ofpassOp. -
ndepthFailOp
public static void ndepthFailOp(long struct, int value) Unsafe version ofdepthFailOp. -
ncompareOp
public static void ncompareOp(long struct, int value) Unsafe version ofcompareOp. -
ncompareMask
public static void ncompareMask(long struct, int value) Unsafe version ofcompareMask. -
nwriteMask
public static void nwriteMask(long struct, int value) Unsafe version ofwriteMask. -
nreference
public static void nreference(long struct, int value) Unsafe version ofreference.
-