net.minecraft.client.vulkan

public record VulkanFeature

com.mojang.blaze3d.vulkan.init.VulkanFeature
net.minecraft.class_1_714
net.minecraft.client.vulkan.VulkanFeature

Field summary

Modifier and TypeField
private final VulkanStruct
struct
comp_1_515
struct
private final String
name
comp_1_513
name
private final long
offset
comp_1_514
offset

Constructor summary

ModifierConstructor
public (VulkanStruct struct, String name, long offset)

Method summary

Modifier and TypeMethod
public boolean
get(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 features2)
method_1_4245(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 arg0)
get(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 physicalDeviceFeatures)
public boolean
get(long pNextChain)
method_1_4244(long arg0)
get(long address)
public boolean
set(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 features2, boolean value)
method_1_4248(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 arg0, boolean arg1)
trySet(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 physicalDeviceFeatures, boolean value)
private boolean
set(long pNextChain, boolean value)
method_1_4246(long arg0, boolean arg1)
trySet(long address, boolean value)
public void
set(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 features2, boolean value, org.lwjgl.system.MemoryStack stack)
method_1_4249(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 arg0, boolean arg1, org.lwjgl.system.MemoryStack arg2)
setOrCreate(org.lwjgl.vulkan.VkPhysicalDeviceFeatures2 physicalDeviceFeatures, boolean value, org.lwjgl.system.MemoryStack memoryStack)
public void
set(long pNextChain, boolean value, org.lwjgl.system.MemoryStack stack)
method_1_4247(long arg0, boolean arg1, org.lwjgl.system.MemoryStack arg2)
setOrCreate(long address, boolean value, org.lwjgl.system.MemoryStack memoryStack)
public VulkanStruct
struct()
comp_1_515()
struct()
public String
name()
comp_1_513()
name()
public long
offset()
comp_1_514()
offset()