RWTexture3D::GetDimensions 함수
리소스의 차원을 반환합니다.
구문
void GetDimensions(
out UINT Width,
out UINT Height,
out UINT Depth
);
매개 변수
-
Width [out]
-
형식: UINT
리소스 너비입니다(텍셀).
-
Height [out]
-
형식: UINT
리소스 높이입니다(텍셀).
-
Depth [out]
-
형식: UINT
리소스 깊이(텍셀)입니다.
반환 값
이 함수는 값을 반환하지 않습니다.
설명
이는 이 메서드의 오버로드된 버전 목록입니다.
void GetDimensions (out UINT Width,
out UINT Height,
out UINT Depth);
void GetDimensions(out float Width,
out float Height,
out float Depth);
이 함수는 다음 형식의 셰이더에 대해 지원됩니다.
꼭짓점 | Hull | 도메인 | 기하 도형 | 픽셀 | 컴퓨팅 |
---|---|---|---|---|---|
x | x |
추가 정보