Class VkAttachmentDescription2
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkAttachmentDescription2KHR
Description
Parameters defined by this structure with the same name as those in VkAttachmentDescription have the identical effect to those parameters.
If the separateDepthStencilLayouts feature is enabled, and format is a depth/stencil format, initialLayout and finalLayout can be set to a layout that only specifies the layout of the depth aspect.
If the pNext chain includes a VkAttachmentDescriptionStencilLayout structure, then the stencilInitialLayout and stencilFinalLayout members specify the initial and final layouts of the stencil aspect of a depth/stencil format, and initialLayout and finalLayout only apply to the depth aspect. For depth-only formats, the VkAttachmentDescriptionStencilLayout structure is ignored. For stencil-only formats, the initial and final layouts of the stencil aspect are taken from the VkAttachmentDescriptionStencilLayout structure if present, or initialLayout and finalLayout if not present.
If format is a depth/stencil format, and either initialLayout or finalLayout does not specify a layout for the stencil aspect, then the application must specify the initial and final layouts of the stencil aspect by including a VkAttachmentDescriptionStencilLayout structure in the pNext chain.
loadOp and storeOp are ignored for fragment shading rate attachments. No access to the shading rate attachment is performed in loadOp and storeOp. Instead, access to ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR is performed as fragments are rasterized.
Valid Usage
- If
formatincludes a color or depth component andloadOpisATTACHMENT_LOAD_OP_LOAD, theninitialLayoutmust not beIMAGE_LAYOUT_UNDEFINED finalLayoutmust not beIMAGE_LAYOUT_UNDEFINEDorIMAGE_LAYOUT_PREINITIALIZED- If
formatis a color format,initialLayoutmust not beIMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format,initialLayoutmust not beIMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL - If
formatis a color format,finalLayoutmust not beIMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format,finalLayoutmust not beIMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL - If
formatis a color format,initialLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL - If
formatis a color format,finalLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL - If the
separateDepthStencilLayoutsfeature is not enabled,initialLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL,IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL, orIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL, - If the
separateDepthStencilLayoutsfeature is not enabled,finalLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL,IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL, orIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL, - If
formatis a color format,initialLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL,IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL, orIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If
formatis a color format,finalLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL,IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL, orIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format which includes both depth and stencil components,initialLayoutmust not beIMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format which includes both depth and stencil components,finalLayoutmust not beIMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format which includes only the depth component,initialLayoutmust not beIMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If
formatis a depth/stencil format which includes only the depth component,finalLayoutmust not beIMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL - If the
synchronization2feature is not enabled,initialLayoutmust not beIMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHRorIMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR - If the
synchronization2feature is not enabled,finalLayoutmust not beIMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHRorIMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR - If the
attachmentFeedbackLoopLayoutfeature is not enabled,initialLayoutmust not beIMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT - If the
attachmentFeedbackLoopLayoutfeature is not enabled,finalLayoutmust not beIMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT samplesmust be a validVkSampleCountFlagBitsvalue that is set inimageCreateSampleCounts(as defined in Image Creation Limits) for the givenformat- If the
dynamicRenderingLocalReadfeature is not enabled,initialLayoutmust not beIMAGE_LAYOUT_RENDERING_LOCAL_READ - If the
dynamicRenderingLocalReadfeature is not enabled,finalLayoutmust not beIMAGE_LAYOUT_RENDERING_LOCAL_READ - If the
pNextchain does not include aVkAttachmentDescriptionStencilLayoutstructure,formatincludes a stencil component, andstencilLoadOpisATTACHMENT_LOAD_OP_LOAD, theninitialLayoutmust not beIMAGE_LAYOUT_UNDEFINED - If the
pNextchain includes aVkAttachmentDescriptionStencilLayoutstructure,formatincludes a stencil component, andstencilLoadOpisATTACHMENT_LOAD_OP_LOAD, thenVkAttachmentDescriptionStencilLayout::stencilInitialLayoutmust not beIMAGE_LAYOUT_UNDEFINED - If
formatis a depth/stencil format which includes both depth and stencil components, andinitialLayoutisIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL, thepNextchain must include aVkAttachmentDescriptionStencilLayoutstructure - If
formatis a depth/stencil format which includes both depth and stencil components, andfinalLayoutisIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL, thepNextchain must include aVkAttachmentDescriptionStencilLayoutstructure - If the
pNextchain does not include aVkAttachmentDescriptionStencilLayoutstructure andformatonly includes a stencil component,initialLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL - If the
pNextchain does not include aVkAttachmentDescriptionStencilLayoutstructure andformatonly includes a stencil component,finalLayoutmust not beIMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMALorIMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL - If the
externalFormatResolvefeature is not enabled,formatmust not beFORMAT_UNDEFINED - If
formatisFORMAT_UNDEFINED, there must be aVkExternalFormatANDROIDstructure in thepNextchain with aexternalFormatthat is not equal to 0
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2- Each
pNextmember of any structure (including this one) in thepNextchain must be eitherNULLor a pointer to a valid instance ofVkAttachmentDescriptionStencilLayoutorVkExternalFormatANDROID - The
sTypevalue of each struct in thepNextchain must be unique flagsmust be a valid combination ofVkAttachmentDescriptionFlagBitsvaluesformatmust be a validVkFormatvaluesamplesmust be a validVkSampleCountFlagBitsvalueloadOpmust be a validVkAttachmentLoadOpvaluestoreOpmust be a validVkAttachmentStoreOpvaluestencilLoadOpmust be a validVkAttachmentLoadOpvaluestencilStoreOpmust be a validVkAttachmentStoreOpvalueinitialLayoutmust be a validVkImageLayoutvaluefinalLayoutmust be a validVkImageLayoutvalue
See Also
Layout
struct VkAttachmentDescription2 {
VkStructureType sType();
void const * pNext();
VkAttachmentDescriptionFlags flags();
VkFormat format();
VkSampleCountFlagBits samples();
VkAttachmentLoadOp loadOp();
VkAttachmentStoreOp storeOp();
VkAttachmentLoadOp stencilLoadOp();
VkAttachmentStoreOp stencilStoreOp();
VkImageLayout initialLayout();
VkImageLayout finalLayout();
}-
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 member offsets.static final intThe struct size 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkAttachmentDescription2(ByteBuffer container) Creates aVkAttachmentDescription2instance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkAttachmentDescription2calloc()Returns a newVkAttachmentDescription2instance allocated withmemCalloc.calloc(int capacity) Returns a newVkAttachmentDescription2.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkAttachmentDescription2calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkAttachmentDescription2create()Returns a newVkAttachmentDescription2instance allocated withBufferUtils.create(int capacity) Returns a newVkAttachmentDescription2.Bufferinstance allocated withBufferUtils.static VkAttachmentDescription2create(long address) Returns a newVkAttachmentDescription2instance for the specified memory address.create(long address, int capacity) Create aVkAttachmentDescription2.Bufferinstance at the specified memory.static @Nullable VkAttachmentDescription2createSafe(long address) static @Nullable VkAttachmentDescription2.BuffercreateSafe(long address, int capacity) intthe layout the attachment image subresource will be transitioned to when a render pass instance ends.finalLayout(int value) Sets the specified value to thefinalLayout()field.intflags()a bitmask ofVkAttachmentDescriptionFlagBitsspecifying additional properties of the attachment.flags(int value) Sets the specified value to theflags()field.intformat()aVkFormatvalue specifying the format of the image that will be used for the attachment.format(int value) Sets the specified value to theformat()field.intthe layout the attachment image subresource will be in when a render pass instance begins.initialLayout(int value) Sets the specified value to theinitialLayout()field.intloadOp()aVkAttachmentLoadOpvalue specifying how the contents of color and depth components of the attachment are treated at the beginning of the subpass where it is first used.loadOp(int value) Sets the specified value to theloadOp()field.static VkAttachmentDescription2malloc()Returns a newVkAttachmentDescription2instance allocated withmemAlloc.malloc(int capacity) Returns a newVkAttachmentDescription2.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2.Bufferinstance allocated on the specifiedMemoryStack.static VkAttachmentDescription2malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2instance allocated on the specifiedMemoryStack.static intnfinalLayout(long struct) Unsafe version offinalLayout().static voidnfinalLayout(long struct, int value) Unsafe version offinalLayout.static intnflags(long struct) Unsafe version offlags().static voidnflags(long struct, int value) Unsafe version offlags.static intnformat(long struct) Unsafe version offormat().static voidnformat(long struct, int value) Unsafe version offormat.static intninitialLayout(long struct) Unsafe version ofinitialLayout().static voidninitialLayout(long struct, int value) Unsafe version ofinitialLayout.static intnloadOp(long struct) Unsafe version ofloadOp().static voidnloadOp(long struct, int value) Unsafe version ofloadOp.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnsamples(long struct) Unsafe version ofsamples().static voidnsamples(long struct, int value) Unsafe version ofsamples.static intnstencilLoadOp(long struct) Unsafe version ofstencilLoadOp().static voidnstencilLoadOp(long struct, int value) Unsafe version ofstencilLoadOp.static intnstencilStoreOp(long struct) Unsafe version ofstencilStoreOp().static voidnstencilStoreOp(long struct, int value) Unsafe version ofstencilStoreOp.static intnstoreOp(long struct) Unsafe version ofstoreOp().static voidnstoreOp(long struct, int value) Unsafe version ofstoreOp.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.Prepends the specifiedVkAttachmentDescriptionStencilLayoutvalue to thepNextchain.Prepends the specifiedVkAttachmentDescriptionStencilLayoutKHRvalue to thepNextchain.pNext(VkExternalFormatANDROID value) Prepends the specifiedVkExternalFormatANDROIDvalue to thepNextchain.intsamples()aVkSampleCountFlagBitsvalue specifying the number of samples of the image.samples(int value) Sets the specified value to thesamples()field.set(int sType, long pNext, int flags, int format, int samples, int loadOp, int storeOp, int stencilLoadOp, int stencilStoreOp, int initialLayout, int finalLayout) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()intaVkAttachmentLoadOpvalue specifying how the contents of stencil components of the attachment are treated at the beginning of the subpass where it is first used.stencilLoadOp(int value) Sets the specified value to thestencilLoadOp()field.intaVkAttachmentStoreOpvalue specifying how the contents of stencil components of the attachment are treated at the end of the last subpass where it is used.stencilStoreOp(int value) Sets the specified value to thestencilStoreOp()field.intstoreOp()aVkAttachmentStoreOpvalue specifying how the contents of color and depth components of the attachment are treated at the end of the subpass where it is last used.storeOp(int value) Sets the specified value to thestoreOp()field.intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2value 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. -
FORMAT
public static final int FORMATThe struct member offsets. -
SAMPLES
public static final int SAMPLESThe struct member offsets. -
LOADOP
public static final int LOADOPThe struct member offsets. -
STOREOP
public static final int STOREOPThe struct member offsets. -
STENCILLOADOP
public static final int STENCILLOADOPThe struct member offsets. -
STENCILSTOREOP
public static final int STENCILSTOREOPThe struct member offsets. -
INITIALLAYOUT
public static final int INITIALLAYOUTThe struct member offsets. -
FINALLAYOUT
public static final int FINALLAYOUTThe struct member offsets.
-
-
Constructor Details
-
VkAttachmentDescription2
Creates aVkAttachmentDescription2instance 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<VkAttachmentDescription2>
-
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 ofVkAttachmentDescriptionFlagBitsspecifying additional properties of the attachment. -
format
public int format()aVkFormatvalue specifying the format of the image that will be used for the attachment. -
samples
public int samples()aVkSampleCountFlagBitsvalue specifying the number of samples of the image. -
loadOp
public int loadOp()aVkAttachmentLoadOpvalue specifying how the contents of color and depth components of the attachment are treated at the beginning of the subpass where it is first used. -
storeOp
public int storeOp()aVkAttachmentStoreOpvalue specifying how the contents of color and depth components of the attachment are treated at the end of the subpass where it is last used. -
stencilLoadOp
public int stencilLoadOp()aVkAttachmentLoadOpvalue specifying how the contents of stencil components of the attachment are treated at the beginning of the subpass where it is first used. -
stencilStoreOp
public int stencilStoreOp()aVkAttachmentStoreOpvalue specifying how the contents of stencil components of the attachment are treated at the end of the last subpass where it is used. -
initialLayout
public int initialLayout()the layout the attachment image subresource will be in when a render pass instance begins. -
finalLayout
public int finalLayout()the layout the attachment image subresource will be transitioned to when a render pass instance ends. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2value to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
pNext
Prepends the specifiedVkAttachmentDescriptionStencilLayoutvalue to thepNextchain. -
pNext
Prepends the specifiedVkAttachmentDescriptionStencilLayoutKHRvalue to thepNextchain. -
pNext
Prepends the specifiedVkExternalFormatANDROIDvalue to thepNextchain. -
flags
Sets the specified value to theflags()field. -
format
Sets the specified value to theformat()field. -
samples
Sets the specified value to thesamples()field. -
loadOp
Sets the specified value to theloadOp()field. -
storeOp
Sets the specified value to thestoreOp()field. -
stencilLoadOp
Sets the specified value to thestencilLoadOp()field. -
stencilStoreOp
Sets the specified value to thestencilStoreOp()field. -
initialLayout
Sets the specified value to theinitialLayout()field. -
finalLayout
Sets the specified value to thefinalLayout()field. -
set
public VkAttachmentDescription2 set(int sType, long pNext, int flags, int format, int samples, int loadOp, int storeOp, int stencilLoadOp, int stencilStoreOp, int initialLayout, int finalLayout) 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 newVkAttachmentDescription2instance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkAttachmentDescription2instance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkAttachmentDescription2instance allocated withBufferUtils. -
create
Returns a newVkAttachmentDescription2instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkAttachmentDescription2.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkAttachmentDescription2.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkAttachmentDescription2.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkAttachmentDescription2.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newVkAttachmentDescription2instance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkAttachmentDescription2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkAttachmentDescription2.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkAttachmentDescription2.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkAttachmentDescription2.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(). -
nformat
public static int nformat(long struct) Unsafe version offormat(). -
nsamples
public static int nsamples(long struct) Unsafe version ofsamples(). -
nloadOp
public static int nloadOp(long struct) Unsafe version ofloadOp(). -
nstoreOp
public static int nstoreOp(long struct) Unsafe version ofstoreOp(). -
nstencilLoadOp
public static int nstencilLoadOp(long struct) Unsafe version ofstencilLoadOp(). -
nstencilStoreOp
public static int nstencilStoreOp(long struct) Unsafe version ofstencilStoreOp(). -
ninitialLayout
public static int ninitialLayout(long struct) Unsafe version ofinitialLayout(). -
nfinalLayout
public static int nfinalLayout(long struct) Unsafe version offinalLayout(). -
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. -
nformat
public static void nformat(long struct, int value) Unsafe version offormat. -
nsamples
public static void nsamples(long struct, int value) Unsafe version ofsamples. -
nloadOp
public static void nloadOp(long struct, int value) Unsafe version ofloadOp. -
nstoreOp
public static void nstoreOp(long struct, int value) Unsafe version ofstoreOp. -
nstencilLoadOp
public static void nstencilLoadOp(long struct, int value) Unsafe version ofstencilLoadOp. -
nstencilStoreOp
public static void nstencilStoreOp(long struct, int value) Unsafe version ofstencilStoreOp. -
ninitialLayout
public static void ninitialLayout(long struct, int value) Unsafe version ofinitialLayout. -
nfinalLayout
public static void nfinalLayout(long struct, int value) Unsafe version offinalLayout.
-