Uses of Record Class
club.doki7.vulkan.datatype.VkSRTDataNV
Packages that use VkSRTDataNV
-
Uses of VkSRTDataNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSRTDataNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSRTDataNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSRTDataNVModifier and TypeMethodDescriptionVkSRTDataNV.a
(float value) static VkSRTDataNV
@NotNull VkSRTDataNV
VkSRTDataNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSRTDataNV.b
(float value) VkSRTDataNV.c
(float value) static VkSRTDataNV
VkSRTDataNV.clone
(Arena arena, VkSRTDataNV src) VkSRTDataNV.pvx
(float value) VkSRTDataNV.pvy
(float value) VkSRTDataNV.pvz
(float value) VkSRTDataNV.qw
(float value) VkSRTDataNV.qx
(float value) VkSRTDataNV.qy
(float value) VkSRTDataNV.qz
(float value) VkSRTDataNV.sx
(float value) VkSRTDataNV.sy
(float value) VkSRTDataNV.sz
(float value) VkSRTDataNV.Ptr.toArray()
@NotNull VkSRTDataNV
VkAccelerationStructureSRTMotionInstanceNV.transformT0()
@NotNull VkSRTDataNV
VkAccelerationStructureSRTMotionInstanceNV.transformT1()
VkSRTDataNV.tx
(float value) VkSRTDataNV.ty
(float value) VkSRTDataNV.tz
(float value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSRTDataNVMethods in club.doki7.vulkan.datatype with parameters of type VkSRTDataNVModifier and TypeMethodDescriptionstatic VkSRTDataNV
VkSRTDataNV.clone
(Arena arena, VkSRTDataNV src) VkAccelerationStructureSRTMotionInstanceNV.transformT0
(@NotNull VkSRTDataNV value) VkAccelerationStructureSRTMotionInstanceNV.transformT1
(@NotNull VkSRTDataNV value) void
VkSRTDataNV.Ptr.write
(long index, @NotNull VkSRTDataNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSRTDataNVModifier and TypeMethodDescriptionVkAccelerationStructureSRTMotionInstanceNV.transformT0
(Consumer<@NotNull VkSRTDataNV> consumer) VkAccelerationStructureSRTMotionInstanceNV.transformT1
(Consumer<@NotNull VkSRTDataNV> consumer)