Class VkSpecializationMapEntry

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class VkSpecializationMapEntry
    extends Struct
    Khronos Reference Page
    Vulkan Specification

    Contains information about a specialization constant.

    Member documentation

    • constantID – ID of the specialization constant in SPIR-V
    • offset – byte offset of the specialization constant value within the supplied data buffer
    • size – byte size of the specialization constant value within the supplied data buffer

    Layout

    struct VkSpecializationMapEntry {
        uint32_t constantID;
        uint32_t offset;
        size_t size;
    }