Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFeatures
Packages that use VkPhysicalDeviceFeatures
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceFeatures in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceFeaturesModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures pFeatures) -
Uses of VkPhysicalDeviceFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFeaturesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceFeaturesVkPhysicalDeviceFeatures.alphaToOne(int value) @NotNull VkPhysicalDeviceFeaturesVkPhysicalDeviceFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceFeaturesVkPhysicalDeviceFeatures.clone(Arena arena, VkPhysicalDeviceFeatures src) VkPhysicalDeviceFeatures.depthBiasClamp(int value) VkPhysicalDeviceFeatures.depthBounds(int value) VkPhysicalDeviceFeatures.depthClamp(int value) VkPhysicalDeviceFeatures.drawIndirectFirstInstance(int value) VkPhysicalDeviceFeatures.dualSrcBlend(int value) @NotNull VkPhysicalDeviceFeaturesVkPhysicalDeviceFeatures2.features()VkPhysicalDeviceFeatures.fillModeNonSolid(int value) VkPhysicalDeviceFeatures.fragmentStoresAndAtomics(int value) VkPhysicalDeviceFeatures.fullDrawIndexUint32(int value) VkPhysicalDeviceFeatures.geometryShader(int value) VkPhysicalDeviceFeatures.imageCubeArray(int value) VkPhysicalDeviceFeatures.independentBlend(int value) VkPhysicalDeviceFeatures.inheritedQueries(int value) VkPhysicalDeviceFeatures.largePoints(int value) VkPhysicalDeviceFeatures.logicOp(int value) VkPhysicalDeviceFeatures.multiDrawIndirect(int value) VkPhysicalDeviceFeatures.multiViewport(int value) VkPhysicalDeviceFeatures.occlusionQueryPrecise(int value) @Nullable VkPhysicalDeviceFeaturesVkDeviceCreateInfo.pEnabledFeatures()VkPhysicalDeviceFeatures.pipelineStatisticsQuery(int value) VkPhysicalDeviceFeatures.robustBufferAccess(int value) VkPhysicalDeviceFeatures.samplerAnisotropy(int value) VkPhysicalDeviceFeatures.sampleRateShading(int value) VkPhysicalDeviceFeatures.shaderClipDistance(int value) VkPhysicalDeviceFeatures.shaderCullDistance(int value) VkPhysicalDeviceFeatures.shaderFloat64(int value) VkPhysicalDeviceFeatures.shaderImageGatherExtended(int value) VkPhysicalDeviceFeatures.shaderInt16(int value) VkPhysicalDeviceFeatures.shaderInt64(int value) VkPhysicalDeviceFeatures.shaderResourceMinLod(int value) VkPhysicalDeviceFeatures.shaderResourceResidency(int value) VkPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing(int value) VkPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing(int value) VkPhysicalDeviceFeatures.shaderStorageImageArrayDynamicIndexing(int value) VkPhysicalDeviceFeatures.shaderStorageImageExtendedFormats(int value) VkPhysicalDeviceFeatures.shaderStorageImageMultisample(int value) VkPhysicalDeviceFeatures.shaderStorageImageReadWithoutFormat(int value) VkPhysicalDeviceFeatures.shaderStorageImageWriteWithoutFormat(int value) VkPhysicalDeviceFeatures.shaderTessellationAndGeometryPointSize(int value) VkPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing(int value) VkPhysicalDeviceFeatures.sparseBinding(int value) VkPhysicalDeviceFeatures.sparseResidency16Samples(int value) VkPhysicalDeviceFeatures.sparseResidency2Samples(int value) VkPhysicalDeviceFeatures.sparseResidency4Samples(int value) VkPhysicalDeviceFeatures.sparseResidency8Samples(int value) VkPhysicalDeviceFeatures.sparseResidencyAliased(int value) VkPhysicalDeviceFeatures.sparseResidencyBuffer(int value) VkPhysicalDeviceFeatures.sparseResidencyImage2D(int value) VkPhysicalDeviceFeatures.sparseResidencyImage3D(int value) VkPhysicalDeviceFeatures.tessellationShader(int value) VkPhysicalDeviceFeatures.textureCompressionASTC_LDR(int value) VkPhysicalDeviceFeatures.textureCompressionBC(int value) VkPhysicalDeviceFeatures.textureCompressionETC2(int value) VkPhysicalDeviceFeatures.Ptr.toArray()VkPhysicalDeviceFeatures.variableMultisampleRate(int value) VkPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics(int value) VkPhysicalDeviceFeatures.wideLines(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFeaturesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceFeatures> VkPhysicalDeviceFeatures.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFeaturesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceFeaturesVkPhysicalDeviceFeatures.clone(Arena arena, VkPhysicalDeviceFeatures src) VkPhysicalDeviceFeatures2.features(@NotNull VkPhysicalDeviceFeatures value) voidVkPhysicalDeviceFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFeatures> consumer) VkPhysicalDeviceFeatures2.features(Consumer<@NotNull VkPhysicalDeviceFeatures> consumer)