Class VulkanConst
java.lang.Object
com.mojang.renderpearl.backend.vulkan.VulkanConst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intbufferUsageToVk(int usage) static intformatAspectMask(GpuFormat format) static inttextureUsageToVk(int usage, GpuFormat format) static inttoVk(GpuSurface.PresentMode mode) static intstatic inttoVk(BlendFactor factor) static intstatic inttoVk(ColorTargetState colorTargetState) static intstatic inttoVk(PolygonMode polygonMode) static inttoVk(PrimitiveTopology primitiveTopology) static inttoVk(ShaderType shaderType) static inttoVk(AddressMode addressMode) static inttoVk(FilterMode filter) static inttoVk(StencilOperation op)
-
Constructor Details
-
VulkanConst
public VulkanConst()
-
-
Method Details
-
textureUsageToVk
-
bufferUsageToVk
public static int bufferUsageToVk(int usage) -
formatAspectMask
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-
toVk
-