C# 클래스 RuntimeHelpers, ComputeSharp

파일 보기 프로젝트 열기: Sergio0694/ComputeSharp 1 사용 예제들

공개 메소드들

메소드 설명
AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr,

Allocates some memory tied to the lifetime of a specific type.

메소드 상세

AllocateTypeAssociatedMemory() 공개 정적인 메소드

Allocates some memory tied to the lifetime of a specific type.
public static AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr,
type Type, The type to associate the memory to.
size int The size in byte of the memory to allocate.
리턴 IntPtr,