Package org.lwjgl.vulkan
Class VkPhysicalDeviceTransformFeedbackPropertiesEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceTransformFeedbackPropertiesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceTransformFeedbackPropertiesEXT
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPhysicalDeviceTransformFeedbackPropertiesEXT
extends org.lwjgl.system.Struct<VkPhysicalDeviceTransformFeedbackPropertiesEXT>
implements org.lwjgl.system.NativeResource
Structure describing transform feedback properties that can be supported by an implementation.
Description
If the VkPhysicalDeviceTransformFeedbackPropertiesEXT structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.
Valid Usage (Implicit)
Layout
struct VkPhysicalDeviceTransformFeedbackPropertiesEXT {
VkStructureType sType();
void * pNext();
uint32_t maxTransformFeedbackStreams();
uint32_t maxTransformFeedbackBuffers();
VkDeviceSize maxTransformFeedbackBufferSize();
uint32_t maxTransformFeedbackStreamDataSize();
uint32_t maxTransformFeedbackBufferDataSize();
uint32_t maxTransformFeedbackBufferDataStride();
VkBool32 transformFeedbackQueries();
VkBool32 transformFeedbackStreamsLinesTriangles();
VkBool32 transformFeedbackRasterizationStreamSelect();
VkBool32 transformFeedbackDraw();
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPhysicalDeviceTransformFeedbackPropertiesEXTstructs.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.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
ConstructorsConstructorDescriptionCreates aVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance 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 newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance at the specified memory.static @Nullable VkPhysicalDeviceTransformFeedbackPropertiesEXTcreateSafe(long address) static @Nullable VkPhysicalDeviceTransformFeedbackPropertiesEXT.BuffercreateSafe(long address, int capacity) malloc()Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance 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.intthe maximum amount of data in bytes for each vertex that can be captured to a specific transform feedback buffer.intthe maximum stride between each capture of vertex data to the buffer.intthe maximum number of transform feedback buffers that can be bound for capturing shader outputs from the last pre-rasterization shader stage.longthe maximum size that can be specified when binding a buffer for transform feedback inCmdBindTransformFeedbackBuffersEXT.intthe maximum amount of data in bytes for each vertex that captured to one or more transform feedback buffers associated with a specific vertex stream.intthe maximum number of vertex streams that can be output from geometry shaders declared with theGeometryStreamscapability.static intnmaxTransformFeedbackBufferDataSize(long struct) Unsafe version ofmaxTransformFeedbackBufferDataSize().static intnmaxTransformFeedbackBufferDataStride(long struct) Unsafe version ofmaxTransformFeedbackBufferDataStride().static intnmaxTransformFeedbackBuffers(long struct) Unsafe version ofmaxTransformFeedbackBuffers().static longnmaxTransformFeedbackBufferSize(long struct) Unsafe version ofmaxTransformFeedbackBufferSize().static intnmaxTransformFeedbackStreamDataSize(long struct) Unsafe version ofmaxTransformFeedbackStreamDataSize().static intnmaxTransformFeedbackStreams(long struct) Unsafe version ofmaxTransformFeedbackStreams().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.static intntransformFeedbackDraw(long struct) Unsafe version oftransformFeedbackDraw().static intntransformFeedbackQueries(long struct) Unsafe version oftransformFeedbackQueries().static intntransformFeedbackRasterizationStreamSelect(long struct) Unsafe version oftransformFeedbackRasterizationStreamSelect().static intntransformFeedbackStreamsLinesTriangles(long struct) Unsafe version oftransformFeedbackStreamsLinesTriangles().longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.set(int sType, long pNext) 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_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXTvalue to thesType()field.booleanTRUEif the implementation supports theCmdDrawIndirectByteCountEXTfunction otherwise the function must not be called.booleanTRUEif the implementation supports theQUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXTquery type.booleanTRUEif the implementation supports theGeometryStreamsSPIR-V capability and the application can useVkPipelineRasterizationStateStreamCreateInfoEXTto modify which vertex stream output is used for rasterization.booleanTRUEif the implementation supports the geometry shaderOpExecutionModeofOutputLineStripandOutputTriangleStripin addition toOutputPointswhen more than one vertex stream is output.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. -
MAXTRANSFORMFEEDBACKSTREAMS
public static final int MAXTRANSFORMFEEDBACKSTREAMSThe struct member offsets. -
MAXTRANSFORMFEEDBACKBUFFERS
public static final int MAXTRANSFORMFEEDBACKBUFFERSThe struct member offsets. -
MAXTRANSFORMFEEDBACKBUFFERSIZE
public static final int MAXTRANSFORMFEEDBACKBUFFERSIZEThe struct member offsets. -
MAXTRANSFORMFEEDBACKSTREAMDATASIZE
public static final int MAXTRANSFORMFEEDBACKSTREAMDATASIZEThe struct member offsets. -
MAXTRANSFORMFEEDBACKBUFFERDATASIZE
public static final int MAXTRANSFORMFEEDBACKBUFFERDATASIZEThe struct member offsets. -
MAXTRANSFORMFEEDBACKBUFFERDATASTRIDE
public static final int MAXTRANSFORMFEEDBACKBUFFERDATASTRIDEThe struct member offsets. -
TRANSFORMFEEDBACKQUERIES
public static final int TRANSFORMFEEDBACKQUERIESThe struct member offsets. -
TRANSFORMFEEDBACKSTREAMSLINESTRIANGLES
public static final int TRANSFORMFEEDBACKSTREAMSLINESTRIANGLESThe struct member offsets. -
TRANSFORMFEEDBACKRASTERIZATIONSTREAMSELECT
public static final int TRANSFORMFEEDBACKRASTERIZATIONSTREAMSELECTThe struct member offsets. -
TRANSFORMFEEDBACKDRAW
public static final int TRANSFORMFEEDBACKDRAWThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceTransformFeedbackPropertiesEXT
Creates aVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance 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<VkPhysicalDeviceTransformFeedbackPropertiesEXT>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
maxTransformFeedbackStreams
public int maxTransformFeedbackStreams()the maximum number of vertex streams that can be output from geometry shaders declared with theGeometryStreamscapability. If the implementation does not supportVkPhysicalDeviceTransformFeedbackFeaturesEXT::geometryStreamsthenmaxTransformFeedbackStreamsmust be 1. -
maxTransformFeedbackBuffers
public int maxTransformFeedbackBuffers()the maximum number of transform feedback buffers that can be bound for capturing shader outputs from the last pre-rasterization shader stage. -
maxTransformFeedbackBufferSize
public long maxTransformFeedbackBufferSize()the maximum size that can be specified when binding a buffer for transform feedback inCmdBindTransformFeedbackBuffersEXT. -
maxTransformFeedbackStreamDataSize
public int maxTransformFeedbackStreamDataSize()the maximum amount of data in bytes for each vertex that captured to one or more transform feedback buffers associated with a specific vertex stream. -
maxTransformFeedbackBufferDataSize
public int maxTransformFeedbackBufferDataSize()the maximum amount of data in bytes for each vertex that can be captured to a specific transform feedback buffer. -
maxTransformFeedbackBufferDataStride
public int maxTransformFeedbackBufferDataStride()the maximum stride between each capture of vertex data to the buffer. -
transformFeedbackQueries
public boolean transformFeedbackQueries()TRUEif the implementation supports theQUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXTquery type.transformFeedbackQueriesisFALSEif queries of this type cannot be created. -
transformFeedbackStreamsLinesTriangles
public boolean transformFeedbackStreamsLinesTriangles()TRUEif the implementation supports the geometry shaderOpExecutionModeofOutputLineStripandOutputTriangleStripin addition toOutputPointswhen more than one vertex stream is output. IftransformFeedbackStreamsLinesTrianglesisFALSEthe implementation only supports anOpExecutionModeofOutputPointswhen more than one vertex stream is output from the geometry shader. -
transformFeedbackRasterizationStreamSelect
public boolean transformFeedbackRasterizationStreamSelect()TRUEif the implementation supports theGeometryStreamsSPIR-V capability and the application can useVkPipelineRasterizationStateStreamCreateInfoEXTto modify which vertex stream output is used for rasterization. Otherwise vertex stream 0 must always be used for rasterization. -
transformFeedbackDraw
public boolean transformFeedbackDraw()TRUEif the implementation supports theCmdDrawIndirectByteCountEXTfunction otherwise the function must not be called. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXTvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
set
Initializes this struct with the specified values. -
set
public VkPhysicalDeviceTransformFeedbackPropertiesEXT set(VkPhysicalDeviceTransformFeedbackPropertiesEXT src) Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer create(long address, int capacity) Create aVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceTransformFeedbackPropertiesEXT.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 VkPhysicalDeviceTransformFeedbackPropertiesEXT mallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
@Deprecated public static VkPhysicalDeviceTransformFeedbackPropertiesEXT callocStack(org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
@Deprecated public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer mallocStack(int capacity) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer callocStack(int capacity) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.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 VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
public static VkPhysicalDeviceTransformFeedbackPropertiesEXT malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceTransformFeedbackPropertiesEXT calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceTransformFeedbackPropertiesEXT.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceTransformFeedbackPropertiesEXT.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(). -
nmaxTransformFeedbackStreams
public static int nmaxTransformFeedbackStreams(long struct) Unsafe version ofmaxTransformFeedbackStreams(). -
nmaxTransformFeedbackBuffers
public static int nmaxTransformFeedbackBuffers(long struct) Unsafe version ofmaxTransformFeedbackBuffers(). -
nmaxTransformFeedbackBufferSize
public static long nmaxTransformFeedbackBufferSize(long struct) Unsafe version ofmaxTransformFeedbackBufferSize(). -
nmaxTransformFeedbackStreamDataSize
public static int nmaxTransformFeedbackStreamDataSize(long struct) Unsafe version ofmaxTransformFeedbackStreamDataSize(). -
nmaxTransformFeedbackBufferDataSize
public static int nmaxTransformFeedbackBufferDataSize(long struct) Unsafe version ofmaxTransformFeedbackBufferDataSize(). -
nmaxTransformFeedbackBufferDataStride
public static int nmaxTransformFeedbackBufferDataStride(long struct) Unsafe version ofmaxTransformFeedbackBufferDataStride(). -
ntransformFeedbackQueries
public static int ntransformFeedbackQueries(long struct) Unsafe version oftransformFeedbackQueries(). -
ntransformFeedbackStreamsLinesTriangles
public static int ntransformFeedbackStreamsLinesTriangles(long struct) Unsafe version oftransformFeedbackStreamsLinesTriangles(). -
ntransformFeedbackRasterizationStreamSelect
public static int ntransformFeedbackRasterizationStreamSelect(long struct) Unsafe version oftransformFeedbackRasterizationStreamSelect(). -
ntransformFeedbackDraw
public static int ntransformFeedbackDraw(long struct) Unsafe version oftransformFeedbackDraw(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext.
-