Package org.lwjgl.vulkan
Class VkPipelineRasterizationLineStateCreateInfoKHR
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineRasterizationLineStateCreateInfo>
org.lwjgl.vulkan.VkPipelineRasterizationLineStateCreateInfo
org.lwjgl.vulkan.VkPipelineRasterizationLineStateCreateInfoKHR
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class VkPipelineRasterizationLineStateCreateInfoKHR
extends VkPipelineRasterizationLineStateCreateInfo
struct VkPipelineRasterizationLineStateCreateInfoKHR {
VkStructureType sType;
void const * pNext;
VkLineRasterizationMode lineRasterizationMode;
VkBool32 stippledLineEnable;
uint32_t lineStippleFactor;
uint16_t lineStipplePattern;
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPipelineRasterizationLineStateCreateInfoKHRstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from class org.lwjgl.vulkan.VkPipelineRasterizationLineStateCreateInfo
ALIGNOF, LINERASTERIZATIONMODE, LINESTIPPLEFACTOR, LINESTIPPLEPATTERN, PNEXT, SIZEOF, STIPPLEDLINEENABLE, STYPEFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPipelineRasterizationLineStateCreateInfoKHRinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.create()Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withBufferUtils.create(int capacity) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance for the specified memory address.create(long address, int capacity) Create aVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance at the specified memory.static @Nullable VkPipelineRasterizationLineStateCreateInfoKHRcreateSafe(long address) static @Nullable VkPipelineRasterizationLineStateCreateInfoKHR.BuffercreateSafe(long address, int capacity) lineRasterizationMode(int value) Sets the specified value to thelineRasterizationModefield.lineStippleFactor(int value) Sets the specified value to thelineStippleFactorfield.lineStipplePattern(short value) Sets the specified value to thelineStipplePatternfield.malloc()Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.malloc(MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated on the specifiedMemoryStack.pNext(long value) Sets the specified value to thepNextfield.set(int sType, long pNext, int lineRasterizationMode, boolean stippledLineEnable, int lineStippleFactor, short lineStipplePattern) Initializes this struct with the specified values.Copies the specified struct data to this struct.stippledLineEnable(boolean value) Sets the specified value to thestippledLineEnablefield.sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFOvalue to thesTypefield.Methods inherited from class org.lwjgl.vulkan.VkPipelineRasterizationLineStateCreateInfo
lineRasterizationMode, lineStippleFactor, lineStipplePattern, nlineRasterizationMode, nlineRasterizationMode, nlineStippleFactor, nlineStippleFactor, nlineStipplePattern, nlineStipplePattern, npNext, npNext, nstippledLineEnable, nstippledLineEnable, nsType, nsType, pNext, set, sizeof, stippledLineEnable, sTypeMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkPipelineRasterizationLineStateCreateInfoKHR
Creates aVkPipelineRasterizationLineStateCreateInfoKHRinstance 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
-
sType
Sets the specified value to thesTypefield.- Overrides:
sTypein classVkPipelineRasterizationLineStateCreateInfo
-
sType$Default
Sets theSTRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFOvalue to thesTypefield.- Overrides:
sType$Defaultin classVkPipelineRasterizationLineStateCreateInfo
-
pNext
Sets the specified value to thepNextfield.- Overrides:
pNextin classVkPipelineRasterizationLineStateCreateInfo
-
lineRasterizationMode
Sets the specified value to thelineRasterizationModefield.- Overrides:
lineRasterizationModein classVkPipelineRasterizationLineStateCreateInfo
-
stippledLineEnable
Sets the specified value to thestippledLineEnablefield.- Overrides:
stippledLineEnablein classVkPipelineRasterizationLineStateCreateInfo
-
lineStippleFactor
Sets the specified value to thelineStippleFactorfield.- Overrides:
lineStippleFactorin classVkPipelineRasterizationLineStateCreateInfo
-
lineStipplePattern
Sets the specified value to thelineStipplePatternfield.- Overrides:
lineStipplePatternin classVkPipelineRasterizationLineStateCreateInfo
-
set
public VkPipelineRasterizationLineStateCreateInfoKHR set(int sType, long pNext, int lineRasterizationMode, boolean stippledLineEnable, int lineStippleFactor, short lineStipplePattern) Initializes this struct with the specified values.- Overrides:
setin classVkPipelineRasterizationLineStateCreateInfo
-
set
public VkPipelineRasterizationLineStateCreateInfoKHR set(VkPipelineRasterizationLineStateCreateInfoKHR src) Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated withBufferUtils. -
create
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkPipelineRasterizationLineStateCreateInfoKHR.Buffer create(long address, int capacity) Create aVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPipelineRasterizationLineStateCreateInfoKHR.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPipelineRasterizationLineStateCreateInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkPipelineRasterizationLineStateCreateInfoKHR.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkPipelineRasterizationLineStateCreateInfoKHR.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPipelineRasterizationLineStateCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-