Class SpvcHlslVertexAttributeRemap

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SpvcHlslVertexAttributeRemap extends Struct<SpvcHlslVertexAttributeRemap> implements NativeResource

 struct spvc_hlsl_vertex_attribute_remap {
     unsigned int location;
     char const * semantic;
 }