Class VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer>
org.lwjgl.system.StructBuffer<VkDeviceFaultVendorBinaryHeaderVersionOneKHR, VkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer>
org.lwjgl.vulkan.VkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
org.lwjgl.vulkan.VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer
- All Implemented Interfaces:
AutoCloseable, Iterable<VkDeviceFaultVendorBinaryHeaderVersionOneKHR>, NativeResource, Pointer
- Enclosing class:
VkDeviceFaultVendorBinaryHeaderVersionOneEXT
public static class VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer
extends VkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
An array of
VkDeviceFaultVendorBinaryHeaderVersionOneEXT structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(int value) Sets the specified value to theapiVersionfield.applicationNameOffset(int value) Sets the specified value to theapplicationNameOffsetfield.applicationVersion(int value) Sets the specified value to theapplicationVersionfield.deviceID(int value) Sets the specified value to thedeviceIDfield.driverVersion(int value) Sets the specified value to thedriverVersionfield.engineNameOffset(int value) Sets the specified value to theengineNameOffsetfield.engineVersion(int value) Sets the specified value to theengineVersionfield.headerSize(int value) Sets the specified value to theheaderSizefield.headerVersion(int value) Sets the specified value to theheaderVersionfield.pipelineCacheUUID(int index, byte value) Sets the specified value at the specified index of thepipelineCacheUUIDfield.pipelineCacheUUID(ByteBuffer value) Copies the specifiedByteBufferto thepipelineCacheUUIDfield.vendorID(int value) Sets the specified value to thevendorIDfield.Methods inherited from class VkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
apiVersion, applicationNameOffset, applicationVersion, deviceID, driverVersion, engineNameOffset, engineVersion, headerSize, headerVersion, pipelineCacheUUID, pipelineCacheUUID, vendorIDMethods inherited from class StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class Pointer.Default
equals, hashCodeMethods inherited from interface NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkDeviceFaultVendorBinaryHeaderVersionOneEXT.Bufferinstance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
VkDeviceFaultVendorBinaryHeaderVersionOneKHR.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
headerSize
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer headerSize(@NativeType("uint32_t") int value) Sets the specified value to theheaderSizefield.- Overrides:
headerSizein classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
headerVersion
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer headerVersion(@NativeType("VkDeviceFaultVendorBinaryHeaderVersionKHR") int value) Sets the specified value to theheaderVersionfield.- Overrides:
headerVersionin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
vendorID
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer vendorID(@NativeType("uint32_t") int value) Sets the specified value to thevendorIDfield.- Overrides:
vendorIDin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
deviceID
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer deviceID(@NativeType("uint32_t") int value) Sets the specified value to thedeviceIDfield.- Overrides:
deviceIDin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
driverVersion
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer driverVersion(@NativeType("uint32_t") int value) Sets the specified value to thedriverVersionfield.- Overrides:
driverVersionin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
pipelineCacheUUID
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer pipelineCacheUUID(@NativeType("uint8_t[VK_UUID_SIZE]") ByteBuffer value) Copies the specifiedByteBufferto thepipelineCacheUUIDfield.- Overrides:
pipelineCacheUUIDin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
pipelineCacheUUID
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer pipelineCacheUUID(int index, @NativeType("uint8_t") byte value) Sets the specified value at the specified index of thepipelineCacheUUIDfield.- Overrides:
pipelineCacheUUIDin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
applicationNameOffset
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer applicationNameOffset(@NativeType("uint32_t") int value) Sets the specified value to theapplicationNameOffsetfield.- Overrides:
applicationNameOffsetin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
applicationVersion
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer applicationVersion(@NativeType("uint32_t") int value) Sets the specified value to theapplicationVersionfield.- Overrides:
applicationVersionin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
engineNameOffset
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer engineNameOffset(@NativeType("uint32_t") int value) Sets the specified value to theengineNameOffsetfield.- Overrides:
engineNameOffsetin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
engineVersion
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer engineVersion(@NativeType("uint32_t") int value) Sets the specified value to theengineVersionfield.- Overrides:
engineVersionin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-
apiVersion
public VkDeviceFaultVendorBinaryHeaderVersionOneEXT.Buffer apiVersion(@NativeType("uint32_t") int value) Sets the specified value to theapiVersionfield.- Overrides:
apiVersionin classVkDeviceFaultVendorBinaryHeaderVersionOneKHR.Buffer
-